Formal Review of std.regex (FReD)

Dmitry Olshansky dmitry.olsh at gmail.com
Sun Oct 9 07:09:03 PDT 2011


On 09.10.2011 14:33, Jacob Carlborg wrote:
> On 2011-10-08 21:56, Jesse Phillips wrote:
>> Hello everyone,
>>
>> I have taken the role of review manager of the std.regex replacement by
>> Dmitry Olshansky. The review period begins now 2011-10-8 and will end on
>> 2011-10-23 at midnight UTC. A voting thread to include into Phobos will
>> be held after review assuming such is appropriate. The Voting period is
>> one week.
>>
>> Please note that you can try FRed as part of Phobos (Code) or by itself
>> (Package of FReD) which includes docs.
>>
>> Doc:
>>
>> http://nascent.freeshell.org/fred/doc/
>
> What's the difference between Regex and RegEx? I can see RegEx in the
> documentation but I cannot find its definition in the docs.
>

RegEx is a template parameter (it's that usual abstract 'T'), that in 
the end deduced as StaticRegex!Char or Regex!Char where Char is 
char/wchar/dchar.

-- 
Dmitry Olshansky


More information about the Digitalmars-d mailing list