Hello

I wanna suggest a new identifier to be able to move an old string position item into an new position on the text.
Usage:
$movetok(text,string,new-position,character)Example:
$movetok(one three two,two,2,32) = one two three
Note: Also
$movetokcs() for case-sensitive usage.
- Thanks!