PennMUSH Community

Changeset 1184

Show
Ignore:
Timestamp:
01/02/08 00:33:23 (1 year ago)
Author:
shawnw
Message:

#7519: help strmatch() grammar

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • 1.8.2/trunk/CHANGES.182

    r1180 r1184  
    2020 
    2121Documentation: 
    22  * andlpowers() and orlpowers() were missing help files. Reported by 
    23    Parusso
     22 * Various help file fixes: Grammar, missing entries, etc. Reported 
     23   by Parusso, Adam
    2424 
    2525Version 1.8.2 patchlevel 8                     Jan 01, 2008 
  • 1.8.2/trunk/game/txt/hlp/pennfunc.hlp

    r1180 r1184  
    40274027  strmatch(<string>, <pattern>) 
    40284028   
    4029   This function is matches <pattern> against the entire <string>. 
     4029  This function matches <pattern> against the entire <string>. 
    40304030  It returns 1 if it matches and 0 if it doesn't. It is not 
    40314031  case-sensitive, and <pattern> may contain wildcards.