Changes between Version 1 and Version 2 of Ticket #10323
- Timestamp:
- 2014-07-29T09:09:01+02:00 (11 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #10323 – Description
v1 v2 5 5 Also, it contradicts the regexp condition selector: `node[shop=~/market/]` matches "supermarket" as well as "marketplace". 6 6 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? 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 and improve documentation?


