Closed iandunn closed 3 years ago
I needed to do a regex search using the ^ and $ tokens, but didn't know if that'd work or not. It's helpful to know what to expect when troubleshooting a regex, so this documents how the search is implemented.
^
$
I needed to do a regex search using the
^
and$
tokens, but didn't know if that'd work or not. It's helpful to know what to expect when troubleshooting a regex, so this documents how the search is implemented.