GetStringUtils extension
- on
Properties
- camelCase → String?
-
Available on String, provided by the GetStringUtils extension
converter the Stringno setter - capitalize → String
-
Available on String, provided by the GetStringUtils extension
capitalize the Stringno setter - capitalizeFirst → String
-
Available on String, provided by the GetStringUtils extension
Capitalize the first letter of the Stringno setter - isAlphabetOnly → bool
-
Available on String, provided by the GetStringUtils extension
Discover if the String is alphanumeric onlyno setter - isAPKFileName → bool
-
Available on String, provided by the GetStringUtils extension
Discover if the String is a APK Fileno setter - isAudioFileName → bool
-
Available on String, provided by the GetStringUtils extension
Discover if the String is a AudioFileNameno setter - isBinary → bool
-
Available on String, provided by the GetStringUtils extension
Discover if the String is a binary valueno setter - isBool → bool
-
Available on String, provided by the GetStringUtils extension
Discover if the String is a booleanno setter - isCnpj → bool
-
Available on String, provided by the GetStringUtils extension
Discover if the String is a CNPJ numberno setter - isCpf → bool
-
Available on String, provided by the GetStringUtils extension
Discover if the String is a CPF numberno setter - isCurrency → bool
-
Available on String, provided by the GetStringUtils extension
Discover if the String is a currencyno setter - isDateTime → bool
-
Available on String, provided by the GetStringUtils extension
Discover if the String is a DateTimeno setter - isDocumentFileName → bool
-
Available on String, provided by the GetStringUtils extension
Discover if the String is a Document Wordno setter - isEmail → bool
-
Available on String, provided by the GetStringUtils extension
Discover if the String is a Emailno setter - isExcelFileName → bool
-
Available on String, provided by the GetStringUtils extension
Discover if the String is a Document Excelno setter - isHexadecimal → bool
-
Available on String, provided by the GetStringUtils extension
Discover if the String is a Hexadecimalno setter - isHTMLFileName → bool
-
Available on String, provided by the GetStringUtils extension
Discover if the String is a HTML fileno setter - isImageFileName → bool
-
Available on String, provided by the GetStringUtils extension
Discover if the String is a ImageFileNameno setter - isIPv4 → bool
-
Available on String, provided by the GetStringUtils extension
Discover if the String is a ipv4no setter - isIPv6 → bool
-
Available on String, provided by the GetStringUtils extension
no setter - isMD5 → bool
-
Available on String, provided by the GetStringUtils extension
Discover if the String is a MD5 Hashno setter - isNum → bool
-
Available on String, provided by the GetStringUtils extension
Discover if the String is a valid numberno setter - isNumericOnly → bool
-
Available on String, provided by the GetStringUtils extension
Discover if the String is numeric onlyno setter - isPalindrome → bool
-
Available on String, provided by the GetStringUtils extension
Discover if the String is a palindromeno setter - isPassport → bool
-
Available on String, provided by the GetStringUtils extension
Discover if the String is a passport numberno setter - isPDFFileName → bool
-
Available on String, provided by the GetStringUtils extension
Discover if the String is a PDF fileno setter - isPhoneNumber → bool
-
Available on String, provided by the GetStringUtils extension
Discover if the String is a Phone Numberno setter - isPPTFileName → bool
-
Available on String, provided by the GetStringUtils extension
Discover if the String is a Document Powerpointno setter - isSHA1 → bool
-
Available on String, provided by the GetStringUtils extension
Discover if the String is a SHA1 Hashno setter - isSHA256 → bool
-
Available on String, provided by the GetStringUtils extension
Discover if the String is a SHA256 Hashno setter - isTxtFileName → bool
-
Available on String, provided by the GetStringUtils extension
Discover if the String is a TxtFileNameno setter - isURL → bool
-
Available on String, provided by the GetStringUtils extension
Discover if the String is a URL fileno setter - isVectorFileName → bool
-
Available on String, provided by the GetStringUtils extension
Discover if the String is a vectorno setter - isVideoFileName → bool
-
Available on String, provided by the GetStringUtils extension
Discover if the String is a VideoFileNameno setter - paramCase → String?
-
Available on String, provided by the GetStringUtils extension
Discover if the String is a valid URLno setter - removeAllWhitespace → String
-
Available on String, provided by the GetStringUtils extension
remove all whitespace from the Stringno setter
Methods
-
capitalizeAllWordsFirstLetter(
) → String -
Available on String, provided by the GetStringUtils extension
capitalize only first letter in String words to upper case -
createPath(
[Iterable? segments]) → String -
Available on String, provided by the GetStringUtils extension
add segments to the String -
isCaseInsensitiveContains(
String b) → bool -
Available on String, provided by the GetStringUtils extension
Discover if the String is a case insensitive -
isCaseInsensitiveContainsAny(
String b) → bool -
Available on String, provided by the GetStringUtils extension
Discover if the String is a case sensitive and contains any value -
numericOnly(
{bool firstWordOnly = false}) → String -
Available on String, provided by the GetStringUtils extension