forked from MapComplete/MapComplete
Chore: normalize regexes
This commit is contained in:
parent
33405b7995
commit
6e4879fb0d
1 changed files with 2 additions and 2 deletions
|
@ -191,7 +191,7 @@
|
|||
"icon": "./assets/layers/questions/cash.svg",
|
||||
"condition": {
|
||||
"and": [
|
||||
"charge!~^(.*;|)[^;\/]*\/day(|[^\/].*)$",
|
||||
"charge!~^(.*;|)[^;/]*/day(|[^/].*)$",
|
||||
"fee!=no"
|
||||
]
|
||||
},
|
||||
|
@ -218,7 +218,7 @@
|
|||
"icon": "./assets/layers/questions/cash.svg",
|
||||
"condition": {
|
||||
"and": [
|
||||
"charge!~.*\/person\/day.*",
|
||||
"charge!~.*/person/day.*",
|
||||
"fee!=no"
|
||||
]
|
||||
},
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue