2024-02-17 09:44:08 +01:00
|
|
|
[law]
|
|
|
|
id = 20001917
|
2024-02-17 10:55:38 +01:00
|
|
|
name = "Vereinsgesetz"
|
2024-02-17 09:44:08 +01:00
|
|
|
|
|
|
|
[[law.classifiers]]
|
|
|
|
name = "Abschnitt"
|
|
|
|
is_root = true
|
|
|
|
match_function = "contains"
|
|
|
|
|
|
|
|
[parser]
|
2024-06-27 09:51:11 +02:00
|
|
|
remove_strings = [
|
|
|
|
"<n>", "</n>",
|
|
|
|
"<super>", "</super>",
|
|
|
|
"<i>", "</i>",
|
|
|
|
"<abstand ct=\"text\" halign=\"l\" />"
|
|
|
|
]
|
2024-02-17 09:44:08 +01:00
|
|
|
|
|
|
|
|
|
|
|
[[parser.replace_rules]]
|
|
|
|
find = "<gdash />"
|
|
|
|
replace_with = "-"
|
|
|
|
|