mid(text, index, count)
Return the count characters starting from index in text.
Though you have to know after how many characters your third zero starts...
If you want to do inplace changes to a token-filled string, you might be better off with using an array instead, really.