StringHelpers class
String
helpers
Constructors
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited
Static Properties
-
alphaChars
→ List<
String> -
Chars from Aa to Zz
no setter
-
alphaLowerChars
→ List<
String> -
Chars from a to z
no setter
-
alphaNumericChars
→ List<
String> -
Chars from Aa to Zz and Numbers (0 to 9)
no setter
-
alphaUpperChars
→ List<
String> -
Chars from A to Z
no setter
-
breakLineChars
→ List<
String> -
Line feed and carriage retrun
no setter
-
closeWrappers
→ List<
String> -
Double-Quotes, Single-Quotes, Close Brackets etc
no setter
-
consonants
→ List<
String> -
Upper and lower case consonants
no setter
-
endOfSentenceChars
→ List<
String> -
Dot, Question mark and Exclamation Mark
no setter
-
greekToLatin
↔ Map<
String, String> -
getter/setter pair
-
ibanLen
↔ Map<
String, dynamic> -
getter/setter pair
-
identChars
→ List<
String> -
Ident char (tab)
no setter
-
invisibleChars
→ List<
String> -
Invisible char (white space, line feed, ident, carriage return)
no setter
-
leetAlphabet
↔ Map<
String, dynamic> -
getter/setter pair
-
lowerConsonants
→ List<
String> -
Lower consonants
no setter
-
lowerVowels
→ List<
String> -
Lower vowels
no setter
-
midSentenceChars
→ List<
String> -
Semicolon, colon and comma
no setter
-
numberChars
→ List<
String> -
Numbers from 0 to 9
no setter
-
openWrappers
→ List<
String> -
Double-Quotes, Single-Quotes, Open Brackets etc
no setter
-
quotes
→ List<
String> -
Double-Quotes, Single-Quotes
no setter
-
upperConsonants
→ List<
String> -
Upper consonants
no setter
-
upperVowels
→ List<
String> -
Upper vowels
no setter
-
validLetters
↔ List<
String> -
getter/setter pair
-
vowels
→ List<
String> -
Upper and lower vowels
no setter
-
whiteSpaceChars
→ List<
String> -
White space char
no setter
-
wrappers
→ List<
String> -
Double-Quotes, Single-Quotes, Open and Close Brackets etc
no setter