[Issue 1750] RegExp: lack of support for wchar, dchar; lack of lookingAt() method

d-bugmail at puremagic.com d-bugmail at puremagic.com
Mon Sep 27 11:03:23 PDT 2010


http://d.puremagic.com/issues/show_bug.cgi?id=1750



--- Comment #2 from Marcin Kuszczak <aarti at interia.pl> 2010-09-27 11:02:35 PDT ---
lookingAt() can be used on streams without a need for getting whole string from
stream. Also ^ can not be used for matching some specific pattern in stream.
You just can not assume that your input is starting after line end. Input can
even not be splitted into lines.

-- 
Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email
------- You are receiving this mail because: -------


More information about the Digitalmars-d-bugs mailing list