split() works on one string, and splits it into an array of strings that were separated by the given character. You can search for it in the Reference to see how it works.
split() works on one string, and splits it into an array of strings that were separated by the given character. You can search for it in the Reference to see how it works.