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 given text at the specified index in the original string.
toArabic() String

Available on String, provided by the StringExtensions extension

Converts English numerals in the string to Arabic numerals.