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:
- Position the cursor where you want the command inserted.
- Double-click @Token in the Commands list.