PennMUSH Community

Changeset 1185

Show
Ignore:
Timestamp:
01/02/08 00:33:59 (7 months ago)
Author:
shawnw
Message:

#7519: help strmatch() grammar

Files:

Legend:

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

    r1182 r1185  
    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.3/trunk/game/txt/hlp/pennfunc.hlp

    r1182 r1185  
    41784178  strmatch(<string>, <pattern>[, <register list>]) 
    41794179   
    4180   This function is matches <pattern> against the entire <string>. 
     4180  This function matches <pattern> against the entire <string>. 
    41814181  It returns 1 if it matches and 0 if it doesn't. It is not 
    41824182  case-sensitive, and <pattern> may contain wildcards.