A.1 Wildcard Characters

You can use wildcard characters in some areas where you cannot use regular expressions. Wildcard pattern matching is not case‑sensitive. Some fields support the following wildcard characters.

Menu Item

Character

Definition

Any Character

Question mark ( ? )

Matches exactly one character.

Any Digit

Number sign ( # )

Matches one digit.

NOTE:This wildcard is used only when defining rules or views and cannot be used for Forensic Analysis queries.

Any Character, 0 or More Matches

Asterisk ( * )

Matches zero or more characters.

The following table provides examples of wildcard character specifications and example matches. The escape character ( \ ) that precedes a character changes the character from a wildcard to its text meaning. For example, Agent Manager reads the Any Character wildcard in houston\? as a question mark.

Example

Matches

Does Not Match

den???

Denton and Dennis

Denison

el ????o

El Campo and El Indio

El Paso

houston\?

Houston?

Houstons

houston, tx #####

Houston, TX 77024

Houston, TX USOFA

5555 lovers ln \###

5555 Lovers Ln #32

5555 Lovers Ln 320

*TX

Houston, TX and TX

Houston, TX 77024

San *

San Antonio and San Angelo

Santa Fe

b*ville

Brownsville and Beeville

Somerville