Token

@Token 

This command is optional.

Use this command to set the value of an expression to any matching token. When %Tokenize(NONE) is used, it matches any single character regardless of %Tokenize.

Example

<root> = <a><b>;

<a> = @RegEx("[A-Za-z]+");

<b> = @Token+;

If your input is John Smith-Jones, John matches the first token and Smith-Jones matches the second token because the expression does not limit the types of characters of the input data.

To use this command:

  1. Position the cursor where you want the command inserted.
  2. Double-click @Token in the Commands list.