Open lukaszachy opened 8 months ago
Let me add to this, the regex matches should be exposed as context objects:
regex_match
contextregex_match
is singular valuedregex_match
int
keysstr
key-values0
that is the full regex matchThis could be particularly useful in combination with #227
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 well