name = "maybe" regex = "\\|\\d?\\|" should_pass = ["||", "|1|"] should_fail = ["|a|", "123|", "|123", "|12|"]