How do I remove Items in an array?

What exactly did you try ?
Once the data is in the array it is easy to turn the entries into a string (lowercase s) if you really have to

If you are really determined to use a string and break it into its components then take a look at the strtok function