mirror of
https://github.com/m8tin/cis.git
synced 2026-08-01 11:47:31 +02:00
Refactoring
This commit is contained in:
@@ -196,6 +196,7 @@ function prepare.setREGEX() {
|
||||
REGEX[DIRPATH]='/([a-zA-Z0-9._-]+/)*'
|
||||
REGEX[HOST]='[a-zA-Z0-9]([a-zA-Z0-9.-]*[a-zA-Z0-9])?'
|
||||
REGEX[PORT]='[0-9]{1,5}'
|
||||
REGEX[RESUMETOKEN]='[0-9][A-Za-z0-9_-]+'
|
||||
REGEX[SNAPSHOT]='@[a-zA-Z]([a-zA-Z0-9.:_-]*[a-zA-Z0-9])?'
|
||||
REGEX[SYNCSNAPSHOT]='@SYNC_[a-zA-Z0-9.:_-]*[a-zA-Z0-9]'
|
||||
REGEX[USER]='[a-zA-Z]([a-zA-Z0-9._-]*[a-zA-Z0-9])?'
|
||||
|
||||
Reference in New Issue
Block a user