Hi, 

Is there an easy way with the new regex code using the regex= query parameter
for diff filtering to negate match regex? To exclude line containing
some string from the diff.

I fail to find a standard regex string on google that can do the job, I
found the 2 following regex:

        b(?!ar)|(?<!b)a|a(?!r)|(?<!ba)r|[^bar]
  and
        ^(?!.*bar).*$

        Which are supposed to exclude lines containing "bar"

None of them work with either "test-grep" or the regex= query parameter.

Is it something possible to do ?

Thanks

-- 
Martin G.
_______________________________________________
fossil-users mailing list
[email protected]
http://lists.fossil-scm.org:8080/cgi-bin/mailman/listinfo/fossil-users

Reply via email to