String function needed

I noticed that there are no functions related to text strings.
I mean the equivalent of the classic functions to repeat a string n times or to slice a string or to have the position within a string
for example:
MID (string, start, size)
RIGHT / CENTER / LEFT (string, length)
INSTR (string, text, start)
REPEAT (string, times) and CHR(ascii code)