Parsed regular expressions
Posted: Sun Mar 02, 2008 1:43 am
Lutz,
Does the interpreter do any caching of parsed regular expressions (to avoid having to reparse each string)? If not, could you give us access to a function that would let us store a compiled regex for repeated use? You could even hide the implementation in a built-in foop context :).
Jeff
Does the interpreter do any caching of parsed regular expressions (to avoid having to reparse each string)? If not, could you give us access to a function that would let us store a compiled regex for repeated use? You could even hide the implementation in a built-in foop context :).
Jeff