home *** CD-ROM | disk | FTP | other *** search
/ Power-Programmierung / CD1.mdf / xbase / compiler / doobject / 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.