Chore: normalize regexes

This commit is contained in:
Pieter Vander Vennet 2025-04-03 00:37:31 +02:00
parent 33405b7995
commit 6e4879fb0d

View file

@ -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"
]
},