home *** CD-ROM | disk | FTP | other *** search
/ Turbo Toolbox / Turbo_Toolbox.iso / sharew / dobject / grep.do < prev    next >
Encoding:
Text File  |  1991-07-01  |  128 b   |  8 lines

  1. /*
  2.     test the GREP match function
  3. */
  4. target = " GREP";
  5. ? match(target,"....");
  6. ? match(target,"x");
  7. ? match(target,"E.");
  8.