Manual

____________________________________________________________________________________
Page 52 MAXX 2400 Owners Manual
Figure 23 - Clip Locator
Finding Clips Using Wildcards
(Use Regular Expressions is not checked)
The following wildcard conventions may be used in a search.
* Match anything. For example, to find all clips starting with “xyz”, use the pattern “xyz*”.
To find all clips containing “2008” use “*2008*”.
? Match any single character.
Note that with Use Regular Expressions checked, expression for match anything is “.*”, and the
expression for match any single character is “.”. See the next section.