Why not use more modern regex tools?

Did you have any performance problems while you had regex entries?

Regex is a bit slower than searching gravity, but you are dealing with nanoseconds (or at most milliseconds) and would typically see zero impact that you can perceive.

Here is some background reading:

1 Like