Repeat Previous (R)
Repeat Previous (R)
View content for :
Platform:

Repeat Previous (R)

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.
Template
Incoming data
Output
S99999
AB3
No Output
PN12345
12345
32RM52700
52700
S