7 lines
138 B
Python
7 lines
138 B
Python
import re
|
|
from iottb import definitions
|
|
|
|
|
|
def normalize_string(s, chars_to_replace=None, replacement=None, allow_unicode=False):
|
|
pass
|