GetStringUtils extension

on

Properties

camelCase String?

Available on String, provided by the GetStringUtils extension

Convert the String to camel case
no setter
capitalize String

Available on String, provided by the GetStringUtils extension

Capitalize the String
no setter
capitalizeFirst String

Available on String, provided by the GetStringUtils extension

Capitalize the first letter of the String
no setter
isAlphabetOnly bool

Available on String, provided by the GetStringUtils extension

Discover if the String is alphanumeric only
no setter
isAPKFileName bool

Available on String, provided by the GetStringUtils extension

Discover if the String is an APK file name
no setter
isAudioFileName bool

Available on String, provided by the GetStringUtils extension

Discover if the String is an audio file name
no setter
isBinary bool

Available on String, provided by the GetStringUtils extension

Discover if the String is a binary value
no setter
isBool bool

Available on String, provided by the GetStringUtils extension

Discover if the String is a boolean
no setter
isCnpj bool

Available on String, provided by the GetStringUtils extension

Discover if the String is a CNPJ number
no setter
isCpf bool

Available on String, provided by the GetStringUtils extension

Discover if the String is a CPF number
no setter
isCurrency bool

Available on String, provided by the GetStringUtils extension

Discover if the String is a currency
no setter
isDateTime bool

Available on String, provided by the GetStringUtils extension

Discover if the String is a DateTime
no setter
isDocumentFileName bool

Available on String, provided by the GetStringUtils extension

Discover if the String is a Word document file name
no setter
isEmail bool

Available on String, provided by the GetStringUtils extension

Discover if the String is an email
no setter
isExcelFileName bool

Available on String, provided by the GetStringUtils extension

Discover if the String is an Excel document file name
no setter
isHexadecimal bool

Available on String, provided by the GetStringUtils extension

Discover if the String is a hexadecimal value
no setter
isHTMLFileName bool

Available on String, provided by the GetStringUtils extension

Discover if the String is an HTML file name
no setter
isImageFileName bool

Available on String, provided by the GetStringUtils extension

Discover if the String is an image file name
no setter
isIPv4 bool

Available on String, provided by the GetStringUtils extension

Discover if the String is an IPv4 address
no setter
isIPv6 bool

Available on String, provided by the GetStringUtils extension

Discover if the String is an IPv6 address
no setter
isMD5 bool

Available on String, provided by the GetStringUtils extension

Discover if the String is an MD5 hash
no setter
isNullOrEmpty bool

Available on String, provided by the GetStringUtils extension

Check if the String is empty or null
no setter
isNum bool

Available on String, provided by the GetStringUtils extension

Discover if the String is a valid number
no setter
isNumericOnly bool

Available on String, provided by the GetStringUtils extension

Discover if the String is numeric only
no setter
isPalindrome bool

Available on String, provided by the GetStringUtils extension

Discover if the String is a palindrome
no setter
isPassport bool

Available on String, provided by the GetStringUtils extension

Discover if the String is a passport number
no setter
isPDFFileName bool

Available on String, provided by the GetStringUtils extension

Discover if the String is a PDF file name
no setter
isPhoneNumber bool

Available on String, provided by the GetStringUtils extension

Discover if the String is a phone number
no setter
isPPTFileName bool

Available on String, provided by the GetStringUtils extension

Discover if the String is a PowerPoint document file name
no setter
isSHA1 bool

Available on String, provided by the GetStringUtils extension

Discover if the String is a SHA1 hash
no setter
isSHA256 bool

Available on String, provided by the GetStringUtils extension

Discover if the String is a SHA256 hash
no setter
isTxtFileName bool

Available on String, provided by the GetStringUtils extension

Discover if the String is a text file name
no setter
isURL bool

Available on String, provided by the GetStringUtils extension

Discover if the String is a URL
no setter
isVectorFileName bool

Available on String, provided by the GetStringUtils extension

Discover if the String is a vector file name
no setter
isVideoFileName bool

Available on String, provided by the GetStringUtils extension

Discover if the String is a video file name
no setter
paramCase String?

Available on String, provided by the GetStringUtils extension

Convert the String to param case
no setter
removeAllWhitespace String

Available on String, provided by the GetStringUtils extension

Remove all whitespace from the String
no setter
reversed String

Available on String, provided by the GetStringUtils extension

Reverse the String
no 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