StringExtension extension
- on
Properties
- capitalize → String
-
Available on String, provided by the StringExtension extension
Capitalize each word inside stringno setter - capitalizeFirst → String
-
Available on String, provided by the StringExtension extension
Uppercase first letter inside string and let the others lowercaseno setter - hasCapitalletter → bool
-
Available on String, provided by the StringExtension extension
Checks if string contains at least one Capital Letterno setter - is7Z → bool
-
Available on String, provided by the StringExtension extension
no setter - isAlphabetOnly → bool
-
Available on String, provided by the StringExtension extension
Checks if string consist only Alphabet. (No Whitespace)no setter - isAlphanumeric → bool
-
Available on String, provided by the StringExtension extension
Check if string is Alphanumericno setter - isAPK → bool
-
Available on String, provided by the StringExtension extension
no setter - isBool → bool
-
Available on String, provided by the StringExtension extension
Check if string is a booleanno setter - isCSV → bool
-
Available on String, provided by the StringExtension extension
no setter - isDOC → bool
-
Available on String, provided by the StringExtension extension
no setter - isDOCX → bool
-
Available on String, provided by the StringExtension extension
no setter - isDouble → bool
-
Available on String, provided by the StringExtension extension
Check if string is a doubleno setter - isEmail → bool
-
Available on String, provided by the StringExtension extension
Check if string is an emailno setter - isGIF → bool
-
Available on String, provided by the StringExtension extension
no setter - isGZ → bool
-
Available on String, provided by the StringExtension extension
no setter - isHexColor → bool
-
Available on String, provided by the StringExtension extension
Check if string is Hex Colorno setter - isInt → bool
-
Available on String, provided by the StringExtension extension
Check if string is an integerno setter - isJPEG → bool
-
Available on String, provided by the StringExtension extension
no setter - isJPG → bool
-
Available on String, provided by the StringExtension extension
no setter - isLowerCase → bool
-
Available on String, provided by the StringExtension extension
Check if string is lowercaseno setter - isMP3 → bool
-
Available on String, provided by the StringExtension extension
no setter - isMP4 → bool
-
Available on String, provided by the StringExtension extension
no setter - isMPEG → bool
-
Available on String, provided by the StringExtension extension
no setter - isMPG → bool
-
Available on String, provided by the StringExtension extension
no setter - isNumeric → bool
-
Available on String, provided by the StringExtension extension
Check if string is numericno setter - isNumericOnly → bool
-
Available on String, provided by the StringExtension extension
Checks if string consist only numeric. Numeric only doesn't accepting "." which double data type haveno setter - isPDF → bool
-
Available on String, provided by the StringExtension extension
no setter - isPhoneNumber → bool
-
Available on String, provided by the StringExtension extension
Check if string is a phone numberno setter - isPNG → bool
-
Available on String, provided by the StringExtension extension
no setter - isPPT → bool
-
Available on String, provided by the StringExtension extension
no setter - isPPTX → bool
-
Available on String, provided by the StringExtension extension
no setter - isRAR → bool
-
Available on String, provided by the StringExtension extension
no setter - isRTF → bool
-
Available on String, provided by the StringExtension extension
no setter - isSVG → bool
-
Available on String, provided by the StringExtension extension
Check if string is a Svg imageno setter - isTAR → bool
-
Available on String, provided by the StringExtension extension
no setter - isTXT → bool
-
Available on String, provided by the StringExtension extension
no setter - isUpperCase → bool
-
Available on String, provided by the StringExtension extension
Check if string is uppercaseno setter - isURL → bool
-
Available on String, provided by the StringExtension extension
Check if string is URLno setter - isValidDate → bool
-
Available on String, provided by the StringExtension extension
Check if string is a valid dateno setter - isXLS → bool
-
Available on String, provided by the StringExtension extension
no setter - isXLSX → bool
-
Available on String, provided by the StringExtension extension
no setter - isZIP → bool
-
Available on String, provided by the StringExtension extension
no setter - removeAllWhitespace → String
-
Available on String, provided by the StringExtension extension
Remove all whitespace inside stringno setter
Methods
-
hasMatch(
String pattern) → bool -
Available on String, provided by the StringExtension extension
-
ifIsEmpty(
String fallback) → String -
Available on String, provided by the StringExtension extension