StringExtensions extension
Extension on the String class to provide additional utility methods.
- on
Methods
-
insert(
String text, int index) → String -
Available on String, provided by the StringExtensions extension
Inserts the giventext
at the specifiedindex
in the original string. -
toArabic(
) → String -
Available on String, provided by the StringExtensions extension
Converts English numerals in the string to Arabic numerals.