mirror of
https://github.com/M66B/FairEmail.git
synced 2026-04-12 12:03:17 +02:00
Debug info: UUID helper
This commit is contained in:
@@ -230,6 +230,8 @@ public class Helper {
|
||||
private static final String[] ROMAN_10 = {"", "X", "XX", "XXX", "XL", "L", "LX", "LXX", "LXXX", "XC"};
|
||||
private static final String[] ROMAN_1 = {"", "I", "II", "III", "IV", "V", "VI", "VII", "VIII", "IX"};
|
||||
|
||||
static final String REGEX_UUID = "[0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{12}";
|
||||
|
||||
static final Pattern EMAIL_ADDRESS = Pattern.compile(
|
||||
"[\\S&&[^\"@]]{1,256}" +
|
||||
"\\@" +
|
||||
|
||||
Reference in New Issue
Block a user