CREATEREGEXTOKENFORMAT
Create a new token format based on the regular expression.
Import Parameters
DESC - Descriptive name for the token format.
SPLITTER - Splits the input into groups.
SPLICER - Combines groups into resulting token.
From the common parameters, refer to the source code below for exact parameters.
Export Parameters
- FORMATNUMBER - The integer representing the new token format. This value will be greater than 100.
Source Code