🤷🏻♂️ splitting text to get names are really tricky, that's why it's preffered to ask and save that data in separate variables rather that just one long variable
— Https://en.wikipedia.org/wiki/Tussenvoegsel
— Yeah.
— By using the "split" function using the " " character. Something like s2 = s.split(" ")
*Note, that there is a space in quotation marks, not just an empty string.