[haXe] haXe regexp and subexpressions

Nicolas Cannasse ncannasse at motion-twin.com
Thu Apr 5 15:49:20 CEST 2007


> Hello list,
> 
>   I am trying to port a perl code to haxe now, and found a problem -
>   I don't find any easy way to re-use once compiled regexps. For
>   instance, consider the following in perl:

What about using haXe regexp notation ~/[^\x0A\0xD]/ and ~/\\$text/, it
doesn't work ?

Nicolas




More information about the Haxe mailing list