GetStringUtils extension Null safety
- on
Properties
- camelCase → String?
-
read-only
- capitalize → String?
-
read-only
- capitalizeFirst → String?
-
read-only
- isAlphabetOnly → bool
-
read-only
- isAPKFileName → bool
-
read-only
- isAudioFileName → bool
-
read-only
- isBinary → bool
-
read-only
- isBool → bool
-
read-only
- isCnpj → bool
-
read-only
- isCpf → bool
-
read-only
- isCurrency → bool
-
read-only
- isDateTime → bool
-
read-only
- isDocumentFileName → bool
-
read-only
- isEmail → bool
-
read-only
- isExcelFileName → bool
-
read-only
- isHexadecimal → bool
-
read-only
- isHTMLFileName → bool
-
read-only
- isImageFileName → bool
-
read-only
- isIPv4 → bool
-
read-only
- isIPv6 → bool
-
read-only
- isMD5 → bool
-
read-only
- isNum → bool
-
read-only
- isNumericOnly → bool
-
read-only
- isPalindrom → bool
-
read-only
- isPassport → bool
-
read-only
- isPDFFileName → bool
-
read-only
- isPhoneNumber → bool
-
read-only
- isPPTFileName → bool
-
read-only
- isSHA1 → bool
-
read-only
- isSHA256 → bool
-
read-only
- isTxtFileName → bool
-
read-only
- isURL → bool
-
read-only
- isVectorFileName → bool
-
read-only
- isVideoFileName → bool
-
read-only
- paramCase → String?
-
read-only
- removeAllWhitespace → String
-
read-only
Methods
-
createPath(
[Iterable? segments]) → String -
isCaseInsensitiveContains(
String b) → bool -
isCaseInsensitiveContainsAny(
String b) → bool -
numericOnly(
{bool firstWordOnly = false}) → String