> 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