
Plug-in (Function & Smart Service)Free
Text and Array Helper
by Vuram Technology
Description
The Text and Array Helper Function Plugin consists of 5 text functions and 1 array function.
Features
- endswith() - Checks whether the string ends with the specified search text. Returns false if the text does not end with the search text.
- startswith() - Checks whether the string starts with the specified search text. Returns false if the text does not start with the search text.
- equalsignorecase() - Compares two given text strings in a case-insensitive manner, returning true if they are same.
- swapcase() - Converts all characters in the text where each uppercase letter is converted to lowercase and each lowercase letter is converted to uppercase.
- lastindexof() - Returns the last index of the search text present in the within text.
- sortnumberarray() - Sorts the given number array either ascending or descending order.
Resources
- Download
Documentation.docx
Documentation