Closed traylenator closed 4 years ago
There were two start of string characters in a regex, \A and ^. Reduce it to one which is quite enough.
\A
^
Must be my smallest patch ever and you can't even produce a test for it.
Pull Request (PR) description
There were two start of string characters in a regex,
\A
and^
. Reduce it to one which is quite enough.