Issues with std.regex
MrAppleseed
email at email.com
Wed Feb 20 14:16:31 PST 2013
Hello to everyone, and thank you for your help!
Sorry for the delay in response, as I was busy with family
matters. However, upon returning today, and with everyone's help,
I have successfully gotten it to work. The code below worked out
swimmingly:
auto reg = regex(`[ 0-9a-zA-Z.*=+-;()"'\[\]<>,{}^#/\\]`);
auto m = match(contents, reg);
auto token = m.captures;
Once again, thank you all for your help! :)
More information about the Digitalmars-d-learn
mailing list