D - bug in regexp
- Pavel Minayev (8/8) Feb 08 2002 Just try this:
Just try this:
import regexp;
int main()
{
(new RegExp('\d[\.\d]', "")).test("123.456");
return 0;
}
It throws a run-time exception "Switch Default", from regexp.d...
Feb 08 2002








"Pavel Minayev" <evilone omen.ru>