We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add two operators: ~ for match !~ for not match
~
!~
Note we have ~= and similar for "major version" comparison. However since ~ is used in tmt hardware it make sense to use such symbol here as well
~=
The text was updated successfully, but these errors were encountered:
Let me add to this, the regex matches should be exposed as context objects:
regex_match
int
str
0
This could be particularly useful in combination with #227
Sorry, something went wrong.
context
path
No branches or pull requests
Add two operators:
~
for match!~
for not matchNote we have
~=
and similar for "major version" comparison.However since
~
is used in tmt hardware it make sense to use such symbol here as wellThe text was updated successfully, but these errors were encountered: