Added another group regex
This commit is contained in:
@@ -6,6 +6,7 @@ from watfag.parsers.generic.parsers import DataParser
|
||||
|
||||
patterns = [
|
||||
re.compile(r"(?:-| - )(?P<group>[a-zA-Z0-9 &]*)\)?$", re.UNICODE),
|
||||
re.compile(r"\[(?P<group>[a-zA-Z0-9 &]*)\]?$", re.UNICODE),
|
||||
re.compile(r"(?: )\[?(?P<group>[a-zA-Z0-9]*?)]?\)?$", re.UNICODE)
|
||||
]
|
||||
|
||||
|
||||
Reference in New Issue
Block a user