how to implement the 'like' bool expression using expr #681
Unanswered
cocktail828
asked this question in
Q&A
Replies: 1 comment
-
The
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
hello maintainers. I am trying to parse bool expression like this using expr
a>10 && b like '%abc' && c not in ['a', 'b']
.But expr does not support
like
natively. So is there any ways to make expr support 'like' bool expression.Thanks, in advance!
Beta Was this translation helpful? Give feedback.
All reactions