28 lines
361 B
TOML
28 lines
361 B
TOML
|
[law]
|
||
|
id = 20008374
|
||
|
|
||
|
[[law.classifiers]]
|
||
|
name = "Teil"
|
||
|
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 = [
|
||
|
]
|
||
|
|
||
|
|
||
|
[[parser.replace_rules]]
|
||
|
find = "<gdash />"
|
||
|
replace_with = "-"
|
||
|
|