carto icon indicating copy to clipboard operation
carto copied to clipboard

Negative regex matches

Open mojodna opened this issue 11 years ago • 2 comments

Carto already has =~, !~ is its complement.

mojodna avatar Nov 24 '13 21:11 mojodna

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.

springmeyer avatar Apr 17 '14 17:04 springmeyer

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>

yvecai avatar Mar 06 '18 21:03 yvecai