[law]
id = 10008048
name = "EUV"
par_sign = "ARTIKEL"
[[law.classifiers]]
name = "Titel"
is_root = true
match_function = "contains"
[[law.classifiers]]
name = "Kapitel"
is_root = false
match_function = "contains"
[[law.classifiers]]
name = "Abschnitt"
is_root = false
match_function = "contains"
[parser]
remove_strings = [
"",
"", "",
"", "",
"", "",
"", "",
""""""
]
move_para_headers_into_content = true
[[parser.replace_rules]]
find = ""
replace_with = "-"
[[parser.replace_rules]]
find = "Artikel 7"
replace_with = "ARTIKEL 7"
[[parser.replace_rules]]
find = "Artikel 38"
replace_with = "ARTIKEL 38"
[[parser.replace_rules]]
find = "Artikel 42"
replace_with = "ARTIKEL 42"
[[parser.replace_rules]]
find = "+ARTIKEL 48"
replace_with = "ARTIKEL 48"
# Replace all 'erltext's which have subsections...
[[parser.replace_rules]]
find = """("""
replace_with = """("""
# ... and replace all 'erltext's which have only one section
[[parser.replace_rules]]
find = """/ueberschrift>"""
replace_with = """/ueberschrift>"""