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.
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.