Standardized definitions

This commit is contained in:
Maximilien LEDOUX
2022-02-15 12:30:11 +01:00
parent 2e338ba5ae
commit fb5c14b28e
6 changed files with 71 additions and 0 deletions

View File

@@ -0,0 +1,21 @@
//Standardized definitions
digit = [0-9];
port = [1-65536]{1,5}; TODO: Corriger
size = [0-9]{1,10};
line = \r\n;
visiblechar = \p{Print};
passchar = [^\s!];
binary = .;
password = [^\s!]{5,50};
bl = \s;
letter = [A-Za-z];
digit_letter = [A-Za-z0-9];
filename = [^\s!]{1,20};
domain = [A-Za-z0-9.]{5,20};
hash_filename = [A-Za-z0-9.]{50,200};
hash_filecontent = [A-Za-z0-9.]{50,200};
file_info = [A-Za-z0-9.]{50,200}\s[0-9]{1,10}\s[A-Za-z0-9.]{50,200};
login = [A-Za-z0-9]{2,20};
//StorBackEnd to FileFrontEnd
sbe_hello =