Displaying page
of
pages;
Items to
Title |
Test
Details
find html tags in text
|
Expression |
(([\n, ])*((<+)([^<>]+)(>*))+([\n, ])*)+
|
Description |
finds all HTML tags (<___>) in text and leaves normal text alone. Also matches all extra spaces and empty lines next to html tag, if any.Ragex has extra parentheses for orientation.
Usefull to delete all unwanted html from, lets say, wikipedia souce code.
|
Matches |
<a id = al> | <blahblah> | <<div>something>
|
Non-Matches |
9>3 | normaltext | <<<<<<<<
|
Author |
Rating:
Not yet rated.
Rudolf
|
Displaying page
of
pages;
Items to