How is regex passed to the makemv command?
How is regex passed to the makemv command?
The regex is passed to the makemv command by specifying the tokenizer argument. The syntax 'makemv [delim= | tokenizer=<regex>] <Field>' indicates that either a delimiter or a regex can be used, and to use a regex, the tokenizer argument is employed.
| makemv [delim= | tokenizer=<regex>] <Field> you can use delimiter or regex. To use regex, use the tokenizer option.