Changeset 3441
- Timestamp:
- 04/18/08 00:17:20 (4 months ago)
- Files:
-
- trunk/tango/text/Util.d (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/tango/text/Util.d
r3405 r3441 88 88 patterns (str, pattern) // foreach patterns 89 89 --- 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. 90 94 91 95 *******************************************************************************/












