This commit is contained in:
parent
7fbc6da77e
commit
350ee32abc
19
laws/zsg.toml
Normal file
19
laws/zsg.toml
Normal file
@ -0,0 +1,19 @@
|
|||||||
|
[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 = "-"
|
Loading…
Reference in New Issue
Block a user