Logicube Talon Ultimate™ User's Manual
The Custom Filter uses the POSIX Extended
Regular Expressions standard for syntax.
There are several websites with articles
explaining the different expressions than can be
used. Simply search the Internet for "POSIX
Extended Regular Expressions."
Below are some examples of what can be
entered in the Custom Filter:
Example 1: A single keyword
If all filenames with "pic" is desired, the custom
filter would be (similar to *pic* where * are
wildcards):
.*(pic)
This will find any file with "pic" in the name like:
mypic.jpg
picture.jpg
baby.pic
Example 2: Multiple keywords
Multiple keywords can be used. If all filenames
with "pic" or "txt" is desired, the custom filter
would be:
.*(pic|txt)
This will find all files with "pic" or "txt" in the
name.
Example 3: File extension keywords
For file extensions, \. must be placed at the end
of the syntax:
.*\.(pic)
This will find all files with "pic" in the extension
such as:
filename.pic
IMAGING
43
Need help?
Do you have a question about the Talon Ultimate and is the answer not in the manual?