Rafael R. Alcorta
What is the regex to get the first name only (Rafael)?
.*
will work but there is a space at the end.
What is the regex to get the first name only (Rafael)?
.*
will work but there is a space at the end.