[haXe] EReg
Jeffery Zhang
jzhang at noria.com
Mon Aug 7 19:22:34 CEST 2006
I type the following code and compiles it
var test : String = "1+(2-4)*6/3";
var regex = ~/[0-9]*/g;
trace(regex.match(test));
It compiles but then the swf gives me a EReg:new not implemented
exception.
Is the regular expression implementation in haxe incomplete?
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.motion-twin.com/pipermail/haxe/attachments/20060807/b679f789/attachment.htm
More information about the Haxe
mailing list