Searched defs:str_check (Results 1 – 2 of 2) sorted by relevance
43 str_check = re.compile(r"[a-zA-Z0-9_-]{6}$") variable in TC
89 str_check = re.compile(r"^[a-z0-9_-]{8}$") variable in BaseTestCase