Home
last modified time | relevance | path

Searched refs:TYPE_21_REGEX (Results 1 – 1 of 1) sorted by path

/dports/security/py-stix2/cti-python-stix2-2.1.0/stix2/
H A Dproperties.py28 TYPE_21_REGEX = re.compile(r'^([a-z][a-z0-9]*)+(-[a-z0-9]+)*\-?$') variable
103 if not re.match(TYPE_21_REGEX, type_):