From ee54dfd7210dc9662904c632de60ae4a6015056a Mon Sep 17 00:00:00 2001 From: Philipp Hofer Date: Fri, 10 Jan 2025 13:40:03 +0100 Subject: [PATCH] add grestg --- laws/grestg.toml | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 laws/grestg.toml diff --git a/laws/grestg.toml b/laws/grestg.toml new file mode 100644 index 0000000..799cec3 --- /dev/null +++ b/laws/grestg.toml @@ -0,0 +1,20 @@ +[law] +id = 10004531 +name = "GrEstG" + + +[parser] +remove_strings = [ + """""", + """""", + "", "" +] + +[[parser.replace_rules]] +find = "Einleitung." # Should be at the same level as the other "Theil"e +replace_with = "Nullter Theil. Einleitung" + +[[parser.replace_rules]] +find = "" +replace_with = "-" +