StringExtension extension
A string extension.
- on
Properties
- isUpperCase → bool
-
Available on String, provided by the StringExtension extension
Whether this String is upper-cased.no setter
Methods
-
toNegativeAscii(
) → String -
Available on String, provided by the StringExtension extension
Converts the negative Unicode representation of this String to ASCII. -
toUpperFirst(
) → String -
Available on String, provided by the StringExtension extension
Converts the first letter of the string to uppercase and the rest to lowercase.