home *** CD-ROM | disk | FTP | other *** search
/ Club Amiga de Montreal - CAM / CAM_CD_1.iso / files / 514a.lha / sregexp.library_v9.0 / OVERVIEW < prev    next >
Text File  |  1991-06-08  |  622b  |  11 lines

  1.  
  2. 'sregexp.library' is a run time library of routines for doing wildcard
  3. pattern matching and wildcard path matching.  It accepts a slight extension
  4. of the AmigaDOS wildcard syntax, including a not operator, and character
  5. sets. It has routines to test if a string matches a wildcard expression,
  6. and for scanning through all matches to a wildcarded AmigaDOS path.  There
  7. are two nifty features to the path matching routines: '.../' means
  8. recursively scan all subdirectories, and may come anywhere in the path; and
  9. wildcards are allowed in the volume node part of the path! (DH?: would
  10. match all your hard drive partitions.)
  11.