Regular Expressions

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
1 message Options
Reply | Threaded
Open this post in threaded view
|

Regular Expressions

Español (Spanish) mailing list
Folks:
I wish remove tags from HTMlL
According to https://regex101.com/ and http://www.freeformatter.com/regex-tester.html and also of my old Nissus Pro.

<.+?>

Should be a valid expression.

But

 regex|
regex := RxMatcher forString: '<.+?>’.

Gives my an error.

Any help ?

Edgar
@morplenauta