GetStringUtils extension
- on
Properties
- camelCase → String?
-
Available on String, provided by the GetStringUtils extension
Convert the String to camel caseno 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 an APK file nameno setter - isAudioFileName → bool
-
Available on String, provided by the GetStringUtils extension
Discover if the String is an audio file nameno 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 Word document file nameno setter - isEmail → bool
-
Available on String, provided by the GetStringUtils extension
Discover if the String is an emailno setter - isExcelFileName → bool
-
Available on String, provided by the GetStringUtils extension
Discover if the String is an Excel document file nameno setter - isHexadecimal → bool
-
Available on String, provided by the GetStringUtils extension
Discover if the String is a hexadecimal valueno setter - isHTMLFileName → bool
-
Available on String, provided by the GetStringUtils extension
Discover if the String is an HTML file nameno setter - isImageFileName → bool
-
Available on String, provided by the GetStringUtils extension
Discover if the String is an image file nameno setter - isIPv4 → bool
-
Available on String, provided by the GetStringUtils extension
Discover if the String is an IPv4 addressno setter - isIPv6 → bool
-
Available on String, provided by the GetStringUtils extension
Discover if the String is an IPv6 addressno setter - isMD5 → bool
-
Available on String, provided by the GetStringUtils extension
Discover if the String is an MD5 hashno setter - isNullOrEmpty → bool
-
Available on String, provided by the GetStringUtils extension
Check if the String is empty or nullno 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 file nameno 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 PowerPoint document file nameno 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 text file nameno setter - isURL → bool
-
Available on String, provided by the GetStringUtils extension
Discover if the String is a URLno setter - isVectorFileName → bool
-
Available on String, provided by the GetStringUtils extension
Discover if the String is a vector file nameno setter - isVideoFileName → bool
-
Available on String, provided by the GetStringUtils extension
Discover if the String is a video file nameno setter - paramCase → String?
-
Available on String, provided by the GetStringUtils extension
Convert the String to param caseno setter - removeAllWhitespace → String
-
Available on String, provided by the GetStringUtils extension
Remove all whitespace from the Stringno setter - reversed → String
-
Available on String, provided by the GetStringUtils extension
Reverse the Stringno setter
Methods
-
capitalizeAllWordsFirstLetter(
) → String -
Available on String, provided by the GetStringUtils extension
Capitalize only the first letter in each word of the String -
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 contains another string case insensitively -
isCaseInsensitiveContainsAny(
String b) → bool -
Available on String, provided by the GetStringUtils extension
Discover if the String contains any value case insensitively -
numericOnly(
{bool firstWordOnly = false}) → String -
Available on String, provided by the GetStringUtils extension
Extract numeric characters from the String
Static Methods
-
titleCase(
String input) → String -
Available on String, provided by the GetStringUtils extension
Convert the String to title case