Title: Auto RegEx Tool Description: You can make a list of Regular Expressions and apply them one by one automatically with specified actions easily with this tools. Actually, I developed this tool for formating Annotated Corpus text files. Some features; • New Feature : - "Conditional Regular Expressions" Now, you can add "Bigger" > or "Smaller" < conditional operator to your regular expressions for numbers. Ex; \d{2>10} matches 2 digit numbers bigger than 10. • RegEx Options: You can make a list of Regular Expressions and apply them one by one automatically with specified actions easily. - Add, Edit, Remove RegEx. - Add actions to your Regular Expressions like 'Replacing', 'Highlighting', 'Writing the matches to a file', 'Removing'. - Save the list of your Regular Expressions for later use. - Library of frequently used Regular Expressions ready to use. Such as extracting URLs, Emails etc... • Apply RegEx: Starts evaluating the list of Regular Expressions you've added one by one. • Quick RegEx: You can evaluate your Regular Expressions quickly with this function. This file came from Planet-Source-Code.com...the home millions of lines of source code You can view comments on this code/and or vote on it at: http://www.Planet-Source-Code.com/vb/scripts/ShowCode.asp?txtCodeId=68339&lngWId=1 The author may have retained certain copyrights to this code...please observe their request and the law by reviewing all copyright conditions at the above URL.