❔ Name split considerations
I have a name in the form of
First Last. I need to split this into individual first and last name variables in the least internationally destructive way possible. Any considerations or is String.Split() enough?