You've already forked PythonLib
mirror of
https://github.com/lifebottle/PythonLib.git
synced 2026-02-13 15:25:50 -08:00
Allow '/' in tag names
This commit is contained in:
@@ -24,7 +24,7 @@ from pythonlib.formats.pak import Pak
|
||||
|
||||
class ToolsTales:
|
||||
|
||||
COMMON_TAG = r"(<\w+:?\w+>)"
|
||||
COMMON_TAG = r"(<[\w/]+:?\w+>)"
|
||||
HEX_TAG = r"(\{[0-9A-F]{2}\})"
|
||||
PRINTABLE_CHARS = "".join(
|
||||
(string.digits, string.ascii_letters, string.punctuation, " ")
|
||||
|
||||
Reference in New Issue
Block a user