2024-06-28 17:29:23 +02:00

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