Difference between revisions of "Regular Expressions"
From EditPlus Wiki
Line 1: | Line 1: | ||
To find various forms of a word try this, below<br> | To find various forms of a word try this, below<br> | ||
'''fast{er|est}''' | '''fast{er|est}''' | ||
+ | |||
+ | == Find A Specific HTML Tag == | ||
+ | <blink[a-zA-Z0-9]* [>]*> |
Revision as of 01:59, 26 October 2004
To find various forms of a word try this, below
fast{er|est}
Find A Specific HTML Tag
<blink[a-zA-Z0-9]* [>]*>