home *** CD-ROM | disk | FTP | other *** search
/ Internet Magazine 2003 July / INTERNET105.ISO / pc / software / windows / building / topstyle_pro / topstyle.exe / %USERDIR% / regex.dat < prev   
Encoding:
Text File  |  2003-03-24  |  616 b   |  18 lines

  1. '==============================================================
  2. ' regular expressions used in dropdown on Find/Replace dialog.
  3. ' be sure to back up any changes to this file since it will
  4. ' be overwritten by future versions.
  5. '==============================================================
  6.  
  7. [regex]
  8. number            = [\+\-]?[\.]?[0-9]+[\.]?[0-9]*
  9. percentage        = [\+\-]?[\.]?[0-9]+[\.]?[0-9]*\%
  10. quoted string        = (\"[^\"]*\")|(\'[^\']*\')'
  11. URI            = [Uu][Rr][Ll]\([^\)]*\)
  12. hexcolor        = #[0-9a-fA-F]{6}
  13. rgbcolor        = [Rr][Gg][Bb]\([^\)]*\)
  14. comment            = \/\*[^*]*\*+([^/][^*]*\*+)*\/
  15. declaration block    = \{[^\}\{]*\}
  16.  
  17.  
  18.