- Timestamp:
- 12 Feb 2015, 10:20:52 (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
main/waeup.ikoba/trunk/src/waeup/ikoba/interfaces.py
r12553 r12607 126 126 127 127 #: Regular expressions to check id formats. 128 check_id = re.compile(r"^[a-zA-Z0-9_-]{2, 9}$").match128 check_id = re.compile(r"^[a-zA-Z0-9_-]{2,10}$").match 129 129 check_uuid = re.compile( r"^[a-zA-Z0-9]{32}$").match 130 130
Note: See TracChangeset for help on using the changeset viewer.