How to use this command
COMPTLES command is for node level operations. It can be used in any
node as an instruction, except for the root node. It should not be used
on the Arrows.
Let's take an example: COMPTLES ["fox", "dog"] $src_string $output
Here , Let's say $src_string = "The quick brown fox jumps over
the lazy ferret"
As you can see in the $src_string, only "fox" is present. "$output" variable is going to
an Array : ["fox"]
Examples
-
COMPTLES ["US","USA"] $origin_country_text $origin_country_code
-
COMPTLES ["DRYVAN","53 FT DRYVAN"] $origin_country_text $origin_country_code