public const CATCHABLE_PATTERNS = [ '[a-zA-Z]+[46]?', //ASCII and domain literal '[^\\x00-\\x7F]', //UTF-8 '[0-9]+', '\\r\\n', '::', '\\s+?', '.', ];