Modify ↓
Opened 5 years ago
Closed 5 years ago
#18581 closed defect (othersoftware)
Regex escape in quotes does not work properly in overpass wizard
Reported by: | pangoSE | Owned by: | team |
---|---|---|---|
Priority: | normal | Milestone: | |
Component: | Core | Version: | |
Keywords: | overpass regex quote | Cc: |
Description ¶
The following query renders an error:
image~"commons\.wikimedia\.org"
could not parse the query:
- image~"commons\.wikimedia\.org"
This works:
image~/commons\.wikimedia\.org/
I suggest we fix or abbandon the quoted regex expressions.
Change History (2)
comment:1 by , 5 years ago
Keywords: | overpass regex quote added |
---|
comment:2 by , 5 years ago
Resolution: | → othersoftware |
---|---|
Status: | new → closed |
Note:
See TracTickets
for help on using tickets.
Since the query wizard is provided by https://overpass-turbo.eu/, please test and report there.