Regexp help (possible bug?)

gareis dhasenan at gmail.com
Sat May 26 05:38:30 PDT 2007


Argh -- forget that. I forget that regexps require an extra level of escaping;
that should have been:
---
std.regexp.find(foo, "[^\\\\]#");
---

This is why I ask now rather than submitting bug reports first.

Thanks!


More information about the Digitalmars-d-learn mailing list