Name (Multiple Name)

Parse Definition

Name (Multiple Name)
Description The Name (Multiple Name) parse definition parses strings that contain the names of two individuals into a set of tokens.
Output Tokens Name 1
Name 2
Example 1 Input Output Token Output
Marco Buzzi e Giovanna Tordi Name 1 Marco Buzzi
Name 2 Giovanna Tordi
Example 2 Input Output Token Output
Mario e Elena Rossi Name 1 Mario Rossi
Name 2 Elena Rossi
Example 3 Input Output Token Output
Signor & Signora Balossi Name 1 Signor Balossi
Name 2 Signora Balossi
Example 4 Input Output Token Output
Signor Paolo Fantozzi Name 1 Signor Paolo Fantozzi
Name 2  
Remarks If only one name is present in the input, it is parsed into the Name 1 token.