Modify ↓
Opened 6 years ago
Closed 6 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.
Attachments (0)
Change History (2)
comment:1 by , 6 years ago
| Keywords: | overpass regex quote added |
|---|
comment:2 by , 6 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.