Overpass regulärer Ausdruck

Sieht :dizzy_face: aus. Man kommt auch ohne Escäpaden aus mit

A bracket expression. Matches a single character that is contained within the brackets. For example, [abc] matches “a”, “b”, or “c”
(Quelle: Wikipedia “Regular_expression”)

und [+] matscht genau ein “+”:

[out:xml][timeout:120];

nwr["opening_hours"~"[+] closed$"]({{bbox}});  

out geom;

Das liest sich für reguläre Expressionisten doch etwas angenehmer :wink:

4 Likes