home *** CD-ROM | disk | FTP | other *** search
/ World of Shareware - Software Farm 2 / wosw_2.zip / wosw_2 / DATABASE / DO1BETA.ZIP / GREP.DO < prev    next >
Text File  |  1991-07-01  |  128b  |  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.