The command string.removeat is used to separate a string into parts using a delimiter and remove one of them.
In the example above the command string.removeat will separate the contents of the variable sText according to the delimiter and will remove the separate part according to the index on the property element_index.