OCR Programming
266
The trigger character or literal string is included in output from a Skip Until operator, and the first character in the
template should accommodate this trigger.
Template Incoming data Output
P1"PN"AA9999 123PN9876 PN9876
PN1234 PN1234
X-PN3592 PN3592
Skip Until Not (P0)
This operator allows skipping over characters until a specific character type or a literal string is not matched in the
output stream. It can be used in two ways:
P0ct
Where:
• P0 is the Skip Until Not operator
• c is the type of character that triggers the start of output
• t is one or more template characters
P0"s"t
Where:
• P0 is the Skip Until Not operator
• "s" is one or more literal string characters (see Literal String (" and +) on page 263) that trigger the start
of output
• t is one or more template characters
P
0