This operator allows a template character to repeat one or more times, allowing the capture of variable-length scanned data. The following examples capture two required alpha characters followed by one or more required digits:
Template
Incoming data
Output
AA9R
AB3
AB3
PN12345
PN12345
32RM52700
No output
R
Scroll Until Match (S)
This operator steps through scanned data one character at a time until the data matches the template.