home *** CD-ROM | disk | FTP | other *** search
/ Planet Source Code Jumbo …e CD Visual Basic 1 to 7 / 5_2007-2008.ISO / data / Zips / Auto_RegEx2059914122007.psc / @PSC_ReadMe_68339_1.txt
Text File  |  2007-04-13  |  2KB  |  31 lines

  1. Title: Auto RegEx Tool
  2. Description: You can make a list of Regular Expressions and apply them one by one automatically with specified actions easily with this tools.
  3.  Actually, I developed this tool for formating Annotated Corpus text files.
  4.  
  5. Some features;
  6. •    New Feature :
  7.  - "Conditional Regular Expressions"
  8.      Now, you can add "Bigger" > or "Smaller" < conditional operator
  9.   to your regular expressions for numbers. 
  10.   Ex; \d{2>10} matches 2 digit numbers bigger than 10.
  11. •    RegEx Options:
  12.      You can make a list of Regular Expressions and apply them one by one
  13.      automatically with specified actions easily.
  14.      - Add, Edit, Remove RegEx.
  15.      - Add actions to your Regular Expressions like 'Replacing', 'Highlighting',
  16.       'Writing the matches to a file', 'Removing'.
  17.      - Save the list of your Regular Expressions for later use.
  18.      - Library of frequently used Regular Expressions ready to use.
  19.       Such as extracting URLs, Emails etc...
  20.     
  21. •    Apply RegEx:
  22.      Starts evaluating the list of Regular Expressions you've added one by one.
  23.     
  24. •    Quick RegEx:
  25.  You can evaluate your Regular Expressions quickly with this function.
  26.  
  27. This file came from Planet-Source-Code.com...the home millions of lines of source code
  28. 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
  29.  
  30. 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.
  31.