User Guide

Table Of Contents
u-center-User Guide
UBX-13005250 - R18
Production Information 5 u-center Menus and Windows
Page 29 of 67
Figure 22: Regular Expression Template
5.2.5.1.1 Example 1
Searching for the RMC with a valid position and all GGA Messages:
GP(GGA|RMC,.*,A,)"
Figure 23: Regular Expression Example 1
5.2.5.1.2 Example 2
Searching for all GSV with the message index of "2" or "3":
GSV,.*,[2-3],
Figure 24: Regular Expression Example 2
5.2.5.1.3 Example 3
Searching for all messages starting with $GP, which have a "G" in the message identifier but not at the first
position:
^\$GP.+G.*,
Figure 25: Regular Expression Example 3
5.2.5.1.4 Example 4
Searching for all messages having a checksum of which the higher nibble is 3
\*3.$