Category - Text

ACRONYMReturns the first letter of each word.
CONTAINSReturns whether a string is contained inside another string.
EXTRACTNUMBERSReturns only the numbers from a text string.
REMOVENUMBERSRemoves all numbers and spaces from a text string.
REVERSEReturns the characters of a text string in reverse.
SCRAMBLEReturns the characters of a text string with all the characters in a random order.
SPELLNUMBERReturns the word equivalent for a numerical number.
SPELLNUMBERREVERSEReturns the number equivalent for a number written as text.
ACRONYM
Returns the first letter of each word.
CONTAINS
Returns whether a string is contained inside another string.
EXTRACTNUMBERS
Returns only the numbers from a text string.
REMOVENUMBERS
Removes all numbers and spaces from a text string.
REVERSE
Returns the characters of a text string in reverse.
SCRAMBLE
Returns the characters of a text string with all the characters in a random order.
SPELLNUMBER
Returns the word equivalent for a numerical number.
SPELLNUMBERREVERSE
Returns the number equivalent for a number written as text.

© 2024 Better Solutions Limited. All Rights Reserved. © 2024 Better Solutions Limited TopPrevNext