User manual - TE_SmartClient_UsersManual
NAURTECH TERMINAL EMULATION & DATA COLLECTION WEB BROWSER FOR WINDOWS CE / WINDOWS MOBILE
CETerm | CE3270 | CE5250 | CEVT220 Page 77
\d - where d is a digit [1-9] replaced by
matched substring.
\\ - replaced by \.
Level 2
%T - replaced by MSR read time
%D - replaced by MSR read date
Level 3
Additional special character replacements.
NOTE: Each of these must have the backslash doubled (escaped) to pass through Level 1 as a
single backslash. We show only single backslashes below.
1. A backslash '\' introduces special characters:
\b - Backspace
\c - CSI character (VT)
\e - Escape character (VT)
\n - Newline
\r - Carriage Return (Enter for IBM)
\t - Tab
\xdd
\Xdd - where d is a hexadecimal digit 0-9,
a-f, or A-F, will insert the
equivalent ASCII character.
\IDA_xxx\ - replaced by the specified emulator
or program function. There must
be a trailing backslash at the
end of the IDA action name.
Use the single character versions
if they are available.
Some common IDA actions:
IDA_FIELD_EXIT - IBM field exit
IDA_ERASE_EOF - erase to end of field
IDA_PF6 - IBM PF6 key (F6 for VT)
Tips:
The quotes on the Match and Replace examples above are not entered into the configuration
in CETerm.
Use the '^' and '$' "anchors" when possible to improve the match reliability.
Use fixed field lengths when possible for more efficient matches.
Use '+' or a range {n,m} where possible rather than '*'. The '*' range can match "no data" and
may result in more mis-reads.