string_helpers
library
Properties
-
alphaChars
→ Iterable<string>
-
Chars from Aa to Zz
no setter
-
alphaLowerChars
→ Iterable<string>
-
Chars from a to z
no setter
-
alphaNumericChars
→ Iterable<string>
-
Chars from Aa to Zz and Numbers (0 to 9)
no setter
-
alphaNumericSpecialChars
→ Iterable<string>
-
no setter
-
alphaUpperChars
→ Iterable<string>
-
Chars from A to Z
no setter
-
breakLine
→ string
-
Break Line char
no setter
-
breakline
→ string
-
no setter
-
breaklineChars
→ Iterable<string>
-
Line feed and carriage retrun
no setter
-
closeWrappers
→ Iterable<string>
-
Double-Quotes, Single-Quotes, Close Brackets etc
no setter
-
consonants
→ Iterable<string>
-
Upper and lower case consonants
no setter
-
emailChars
→ Iterable<string>
-
no setter
-
endOfSentenceChars
→ Iterable<string>
-
Dot, Question mark and Exclamation Mark
no setter
-
greekChars
→ Iterable<string>
-
no setter
-
greekToLatin
→ Map<String, String>
-
no setter
-
identChars
→ Iterable<string>
-
Ident char (tab)
no setter
-
invisibleChars
→ Iterable<string>
-
Invisible char (white space, line feed, ident, carriage return)
no setter
-
leetAlphabet
→ Map<String, StringList>
-
no setter
-
lowerConsonants
→ Iterable<string>
-
Lower consonants
no setter
-
lowerVowels
→ Iterable<string>
-
Lower vowels
no setter
-
mathOperators
→ Iterable<string>
-
no setter
-
midSentenceChars
→ Iterable<string>
-
Semicolon, colon and comma
no setter
-
numberChars
→ Iterable<string>
-
Numbers from 0 to 9
no setter
-
openCloseWrappers
→ Iterable<(string, string)>
-
no setter
-
openWrappers
→ Iterable<String>
-
Double-Quotes, Single-Quotes, Open Brackets etc
no setter
-
quotes
→ Iterable<string>
-
Double-Quotes, Single-Quotes and Back-Ticks
no setter
-
slashChars
→ Iterable<string>
-
no setter
-
specialChars
→ Iterable<string>
-
no setter
-
upperConsonants
→ Iterable<string>
-
Upper consonants
no setter
-
upperVowels
→ Iterable<string>
-
Upper vowels
no setter
-
vowels
→ Iterable<string>
-
Upper and lower vowels
no setter
-
whiteSpaceChars
→ Iterable<string>
-
White space char
no setter
-
whiteSpaceOrBreakChars
→ Iterable<string>
-
no setter
-
wordSplitters
→ Iterable<string>
-
no setter
-
wrappers
→ Iterable<string>
-
Double-Quotes, Single-Quotes, Open and Close Brackets etc
no setter