Wildcards

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
2 messages Options
Reply | Threaded
Open this post in threaded view
|

Wildcards

Simon
Hi

I can't find anywhere in the documentation what the wild card characters are for searches and filters.  Can someone please point me in the right direction.

Simon
Reply | Threaded
Open this post in threaded view
|

Re: Wildcards

Philipp Lauchner
Administrator
Dear Simon,

with wildcards you can use the following operators in search strings without the hassle to define regular expressions:

* (Asterisk)
Matches any amount of any letter. The search string a*c will match ac, abc, abdc...

? (Question Mark)
Matches exactly one occurance of any letter. The search string a?b will match acb, adb, aeb....

Yours sincerely

Philipp Lauchner
PROSA GmbH  
Development & Support