add muschg
All checks were successful
CI/CD Pipeline / deploy-main (push) Successful in 37m45s

This commit is contained in:
philipp 2024-10-02 17:24:36 +02:00
parent ec9a88c708
commit 99df3ee6b3

22
laws/muschg.toml Normal file
View File

@ -0,0 +1,22 @@
[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 = "-"