regex escapes
Jesse Phillips
jessekphillips+D at gmail.com
Wed Feb 16 09:34:24 PST 2011
spir Wrote:
> Hello,
>
> Which characters are to be escaped:
> * inside [] classes
> * outside such classes
> ?
>
> Also, is there for D regexes a "free form" format (where whitespace can be used
> to present formats more legibly, but must be escaped as literals)?
Though you are probably asking specifically about D:
http://www.regular-expressions.info/charclass.html
std.regex doesn't follow everything so testing usually must be done with D. There is no place to find what isn't supported by D. Filing bugs is of course a good choice.
More information about the Digitalmars-d-learn
mailing list