Please implement the equivalent of Python's re.escape() in LSL.
This escapes regex metacharacters in a string.
Repeatedly attempting this via a UDF consumes too much script timing.
Thanks.