samedi 18 avril 2015

Regular Expression in Ruby on Rails

I need create a regular expression for validate the first and second name of a person. The second name is optional because there are people without second name. The space character can be between the two names, but it can not be the end of string



example

"Juan Perez" is valid
"Juan Perez " is invalid because there is a space character the end of the string

Aucun commentaire:

Enregistrer un commentaire