Skip to content

How to use Regular Expressions when searching? #864

Answered by jbtronics
vrxiaojie asked this question in Q&A
Discussion options

You must be logged in to vote

You dont add any delimiters chars, just put the regex expression into the seach and enable regex mode in search options.
You probably want something like ^C217$ in your case, to get only exact matches.

The available regex functionality and syntax available depends on your database type (and sqlite uses PHPs regex, so PCRE syntax),

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@vrxiaojie
Comment options

Answer selected by vrxiaojie
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants