| Title |
Test
Find
LastName , Name
|
| Expression |
^(?n:(?<Apellidos>(?-i:[A-Z]\'?(\w+?|\.)\ ??){1,4})?[\s,\s]*(?<Nombres>(?-i:[A-Z]\'?(\w+?|\.)\ ??){1,4})?)$ |
| Description |
Separa <Apellidos>, <Nombres> |
| Matches |
López Benites, Arturo Fernando | López B., A. Fernando | O'Higgins, Gabriel |
| Non-Matches |
cuando se dan más de 4 o bien Apellidos o Nombres pero es editable {1,4} |
| Author |
Rating:
Gabriel Jara
|
| Source |
|
| Your Rating |
|