home *** CD-ROM | disk | FTP | other *** search
/ Fish 'n' More 2 / fishmore-publicdomainlibraryvol.ii1991xetec.iso / fish / telecom / elitebbs / elitebbs.lzh / bbs / Patterns.hlp < prev    next >
Text File  |  1990-11-17  |  705b  |  22 lines

  1.  
  2.     If you understand UNIX wildcards (*?) then you may safely
  3. bypass this menu since that is exactly how Elite BBS matches accounts,
  4. titles, files, and so on.
  5.  
  6.     For the uninitiated:
  7. You are trying to match texts to a pattern. The pattern may be as specific
  8. as the text you are looking for, or as general as any text with ".c"
  9. as an ending.
  10.  
  11.     Specifying the pattern:
  12. All standard characters may be used, but two have very special meanings..
  13. ? = match ANY CHAR in this position
  14. * = match ANY NUMBER of ANY CHAR
  15.  
  16.     Examples:
  17. *.c  = to find anything ending with ".c"
  18. th?? = will match both "thAT" and "thIS" and "thEM"
  19.            but not "thERE" or "thE"
  20. *E*  = match ANYTHING with an E in it, "silkEn", "bEst"
  21.  
  22.