carto
carto copied to clipboard
Negative regex matches
Carto already has =~
, !~
is its complement.
Interested in providing a patch for this? If so trying to get more to the bottom of #213 would be good - I tend to not recommend people use regex due to #213.
Not so sure it would be just an enhancement, in XML this can be done and can be very useful:
<Filter>![key].match('.*value.*')</Filter>