Changes between Version 1 and Version 2 of Ticket #10323


Ignore:
Timestamp:
2014-07-29T09:09:01+02:00 (11 years ago)
Author:
plepe
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #10323 – Description

    v1 v2  
    55Also, it contradicts the regexp condition selector: `node[shop=~/market/]` matches "supermarket" as well as "marketplace".
    66
    7 I would suggest to change regexp_test() and regexp_match() to match substring of the input string. You can always add `^` and `$` to match the whole string. If this is not possible, maybe it would be possible to add a flag?
     7I would suggest to change regexp_test() and regexp_match() to match substring of the input string. You can always add `^` and `$` to match the whole string. If this is not possible, maybe it would be possible to add a flag and improve documentation?