code/__DEFINES/regex.dm
REGEX_REPLACE_HANDLER | Use this for every proc passed in as second argument in regex.Replace. regex.Replace does not allow calling procs by name but as of 515 using proc refs will always call the top level proc instead of overrides |
---|
Define Details
REGEX_REPLACE_HANDLER
Use this for every proc passed in as second argument in regex.Replace. regex.Replace does not allow calling procs by name but as of 515 using proc refs will always call the top level proc instead of overrides