Skip to content

Simplify regex handling

Nicolas Fella requested to merge work/regex into master

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

Merge request reports