Simplify regex handling
Store the regex in a static variable so we avoid rebuilding it without having more complex code
Also remove the call to optimize, it is automatically optimized on first use
Store the regex in a static variable so we avoid rebuilding it without having more complex code
Also remove the call to optimize, it is automatically optimized on first use