Sort list
Sorted list:
Not enough values to run
Advanced
Regular expresions are used for the input. Check here for more information about how to use them.Name order
If this is checked, the program splits the elements to make words and recognizes its parts like this chart:
# of words | firstName | lastName |
---|---|---|
2 | 1 | 2 |
3 | 1, 2 | 3 |
4 | 1, 2 | 3, 4 |
If the name is less than 2 or more than 4 words, it's ignored and an alert is given.