StringManipulation extension
- on
Properties
- emoji → String
-
Available on String, provided by the StringManipulation extension
Get Emoji from Country Code Symbol Like "NP".emoji return nepal flag (🇳🇵)no setter - extention → String
-
Available on String, provided by the StringManipulation extension
from string apple.txt returm txtno setter - fileName → String
-
Available on String, provided by the StringManipulation extension
from path like apple/ball.txt returns ball.txtno setter - formatEmailToStar → String
-
Available on String, provided by the StringManipulation extension
Convert test@gmail.com to t****@gmail.comno setter - getFirstName → String
-
Available on String, provided by the StringManipulation extension
from string John Doe returns Johnno setter - getLastName → String
-
Available on String, provided by the StringManipulation extension
from string John Doe returns Doeno setter - isImage → bool
-
Available on String, provided by the StringManipulation extension
from fileName as image extentions return trueno setter - isNotEmptyOrNull → String?
-
Available on String, provided by the StringManipulation extension
Returns null for a empty Stringno setter - isPdf → bool
-
Available on String, provided by the StringManipulation extension
from fileName as test.pdf return trueno setter - removeLast → String
-
Available on String, provided by the StringManipulation extension
Removing last element form string a="qwer"; b = a.removerLast print(b) returns qweno setter - toCapitalizeEachWord → String
-
Available on String, provided by the StringManipulation extension
no setter - toCapitalizeFirst → String
-
Available on String, provided by the StringManipulation extension
no setter - toOneWord → String
-
Available on String, provided by the StringManipulation extension
from string John Doe returns JohnDoeno setter - wordToSentence → String
-
Available on String, provided by the StringManipulation extension
Convert lowerCamelCase word to sentence Like a = "appleBallCat" a.worldToSentence results Apple Ball Catno setter