This worked perfectly fine! Thank you so much!
I keep looking at the syntax and I just want to make sure I entirely understand what is going on.
Line 3 is where I am not entirely sure. Here is how interpret it;. Please correct me if I am wrong:
- We are looking for �??_�?�
- the index [0] is referring to the character itself
- split will cut off everything from 0 to infinity
If that is true, then that means that split only retains what is to the left of the �??split character�??, right? I remember using split in class and I think we used it to chop up a string to use all of its individual parts (i.e. it did something completely different).
Thanks for the clarification!