Formal Review of std.regex (FReD)

Dmitry Olshansky dmitry.olsh at gmail.com
Sun Oct 9 08:01:37 PDT 2011


On 09.10.2011 18:49, Jacob Carlborg wrote:
> On 2011-10-09 16:09, Dmitry Olshansky wrote:
>> 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.
>
> I don't think the documentation should refer to RegEx if it's not
> defined in the docs.
>
Yes, I think I see the typo now, thanks.

-- 
Dmitry Olshansky


More information about the Digitalmars-d mailing list