philipp
350ee32abc
All checks were successful
CI/CD Pipeline / deploy-main (push) Successful in 4m3s
20 lines
276 B
TOML
20 lines
276 B
TOML
[law]
|
|
id = 10005522
|
|
name = "Zustellgesetz"
|
|
|
|
[[law.classifiers]]
|
|
name = "Abschnitt"
|
|
is_root = true
|
|
match_function = "contains"
|
|
|
|
[parser]
|
|
remove_strings = [
|
|
"<n>", "</n>",
|
|
"<i>", "</i>",
|
|
"<super>", "</super>"
|
|
]
|
|
|
|
[[parser.replace_rules]]
|
|
find = "<gdash />"
|
|
replace_with = "-"
|