line added
This commit is contained in:
parent
224c6b625c
commit
da18039c87
@ -4,6 +4,7 @@
|
||||
|
||||
import re
|
||||
|
||||
|
||||
def fnConstructor(s):
|
||||
|
||||
badchars = re.compile(r'[^A-Za-z0-9_. ]+|^\.|\.$|^ | $|^$')
|
||||
|
Loading…
Reference in New Issue
Block a user