So a new IRC comment (thx Talon) about that post idea came out, so the question about this is.. what if 2 same or more strings exists on text parameter..
And the answer is it can to work as $remtok() identifier, i will provide new examples.

Usage: $movetok(text,string,N,[N],C)

text == The original text
string == The match token on text value
N == The N position on text value
[N] == Optional, If N = 0, applies to all matching items (same as $remtok() identifier)
C = The C parameter is the ascii value of the character separating the tokens.

Examples: $movetok(one three two,two,2,32) == one two three || $movetok(one three two four two,two,2,0,32) == one two two three four