website-risg/laws/schifffahrtsg.toml

31 lines
534 B
TOML
Raw Normal View History

2024-02-18 16:32:15 +01:00
[law]
id = 10012703
name = "Schifffahrtsgesetz"
[[law.classifiers]]
name = "Teil"
is_root = true
match_function = "contains"
[[law.classifiers]]
name = "Hauptstück"
is_root = false
match_function = "contains"
[parser]
remove_strings = [
"<gs sperrweite=\"26\">", "</gs>",
"<super>", "</super>",
"<sub>", "</sub>",
"<b>", "</b>",
"<n>", "</n>",
"<i>", "</i>",
"<tab position=\"35.4\" />" # this is a nice one, have a look at § 133 (2) Zi. 5 and enjoy :^)
]
[[parser.replace_rules]]
find = "<gdash />"
replace_with = "-"