Changeset 3355
- Timestamp:
- 03/15/08 06:16:52 (9 months ago)
- Files:
-
- trunk/tango/text/Regex.d (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/tango/text/Regex.d
r3339 r3355 3909 3909 auto res = new char_t[][PREALLOC]; 3910 3910 uint index; 3911 char_t[] tmp ;3911 char_t[] tmp = input; 3912 3912 3913 3913 foreach ( r; search(input) )












