Download Reference Manual
The Developer's Library for D
About Wiki Forums Source Search Contact

Changeset 3441

Show
Ignore:
Timestamp:
04/18/08 00:17:20 (4 months ago)
Author:
kris
Message:

fixes #1005 :: Format for regular expressions are undocumented

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/tango/text/Util.d

    r3405 r3441  
    8888        patterns (str, pattern)                     // foreach patterns 
    8989        --- 
     90 
     91        Please note that any 'pattern' referred to within this module 
     92        refers to a pattern of characters, and not some kind of regex 
     93        descriptor. Use the Regex module for regex operation. 
    9094 
    9195*******************************************************************************/