Perl text between html tags?

  • Thread starter Thread starter ouz.mpasa
  • Start date Start date
O

ouz.mpasa

Guest
Hi there,
I've a reg ex "(?<=^|>)[^><]+?(?=<|$)" which is expected to get the text between html tags from a given file.
But I could not make it run. the error I got is : Variable length lookbehind not implemented in reg ex.

What's wrong with my reg ex ? and How should it be to got my job done ?

Thanks.
 
Back
Top