regex for selectors #6816
Answered
by
cpcloud
ozgurkalan
asked this question in
Q&A
regex for selectors
#6816
-
Hi, My case: columns having Z1 to Z6 and Zcode, Hcode, Zdesc.... my idea would be: # search: None for t.columns, a list, or selectors expr
s.reg(pattern="^Z\d", search=search ) |
Beta Was this translation helpful? Give feedback.
Answered by
cpcloud
Aug 9, 2023
Replies: 2 comments 1 reply
-
Hi @ozgurkalan, regular expression based selectors are already implemented as
|
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
cpcloud
-
How did I miss that! |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi @ozgurkalan, regular expression based selectors are already implemented as
s.matches
: