FebuStringExtension extension

on

Properties

capitalize String

Available on String, provided by the FebuStringExtension extension

Returns a copy of this string with the first character converted to uppercase, leaving the rest of the string unchanged. If the string is empty, it returns the original string.
no setter
isGeoLocationString bool

Available on String, provided by the FebuStringExtension extension

Returns true if the string contains the degree symbol (°), indicating it may represent a geographic location (latitude or longitude).
no setter
isNumeric bool

Available on String, provided by the FebuStringExtension extension

Check if String is numeric value
no setter