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 text after converting a number into words.
SPELLNUMBERREVERSEReturns the value after converting words into a number.
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 text after converting a number into words.
SPELLNUMBERREVERSE
Returns the value after converting words into a number.

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