StaticHEX_Regular 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.
StaticHEX_Regular 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.
StaticHEX_Regular 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.
StaticSINGLE_Regular 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 validating string types.