All Text Sub-Text Functions

Clean Function (remove non-printable characters from a text)
Find Function (find the position of a sub-text within a text)
Left Function (the leftmost characters of a text)
Ltrim Function (trim leading spaces from a text)
Mid Function (the sub-text at a specific position in a text)
PostCode Function (the UK post code of a text)
Replace Function (replace a sub-text within a text)
ReplaceAll Function (replace all occurrences of a sub-text within a text)
Right Function (the rightmost characters of a text)
Rtrim Function (trim trailing spaces from a text)
SubString Function (text if a sub-text occurs within a text)
Trim Function (trim leading and trailing spaces from a text)

Related content