StatichexRegular expression pattern for validating hex color strings in the formats #RRGGBB and #RRGGBBAA.
Case must be consistent in hex color strings: either all lowercase or all uppercase.
StatichexRegular expression pattern for validating hex color strings in the format #RRGGBB.
Case must be consistent in hex color strings: either all lowercase or all uppercase.
StatichexRegular expression pattern for validating hex color strings in the format #RRGGBBAA.
Case must be consistent in hex color strings: either all lowercase or all uppercase.
StaticsingleRegular expression pattern for validating single-line lowercase strings. This expression does allow multiple spaces within the string, but does not allow tab breaks, new lines, leading whitespace, or trailing whitespace.
Static properties and methods for string types.