commit | a5922546ac1e596fc37dc883cff12a9026f68d27 | [log] [download] |
---|---|---|
author | nicm <nicm> | Wed Apr 01 08:07:05 2020 +0000 |
committer | Nicholas Marriott <nicholas.marriott@gmail.com> | Wed Apr 01 10:09:03 2020 +0100 |
tree | b0a96a2601fb546c534bb0b95182b25f5c6bdd9b | |
parent | 3476eccf48001865ee43f98454d76895158063dc [diff] |
Do not go down the regex search path (which is expensive because we need to convert the grid data into a string for regexec and reverse it to find the grid position) if the search string does not contain any regex special characters.