Sieht 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