Description
Using string replaceAll does not cache the regexp, and would need to compile on each invocation.
Its thus better to use a pre compiled pattern if possible.
Using string replaceAll does not cache the regexp, and would need to compile on each invocation.
Its thus better to use a pre compiled pattern if possible.