philipp
99df3ee6b3
All checks were successful
CI/CD Pipeline / deploy-main (push) Successful in 37m45s
23 lines
360 B
TOML
23 lines
360 B
TOML
[law]
|
|
id = 10002963
|
|
name = "Musterschutzgesetz"
|
|
|
|
[[law.classifiers]]
|
|
name = "roman numbering"
|
|
is_root = true
|
|
match_function = "starts_with_roman_number"
|
|
|
|
[[law.classifiers]]
|
|
name = "uppercase letter"
|
|
is_root = false
|
|
match_function = "starts_with_uppercaseletter"
|
|
|
|
[parser]
|
|
remove_strings = [
|
|
]
|
|
|
|
[[parser.replace_rules]]
|
|
find = "<gdash />"
|
|
replace_with = "-"
|
|
|