Page 1 of 1

Mixed Scan Results

Posted: Sun Jun 14, 2009 9:54 pm
by DickPape
I tried this scan sun*.t and got a bunch of results which are not totally understandable. Perhaps someone can explain to me the error of my ways.

101!Decorative Sun.ttf is correct
2Peas Packed in a Suitcase.bmp only got the su and . correct
2Peas Packed in a Suitcase.ttf got the su and the .t correct
...
and on it goes.
sunt.jpg
sunt.jpg (63.32 KiB) Viewed 6078 times

Re: Mixed Scan Results

Posted: Sun Jun 14, 2009 10:09 pm
by David
Please disable Regex (Uncheck Search -> Enable Regex).

Re: Mixed Scan Results

Posted: Sun Jun 14, 2009 10:31 pm
by DickPape
Glad that's the answer because I have a question : what is Regex?

When I disabled it before I got this result -- so I enjoyed the enabled version more.
sunt2.jpg
sunt2.jpg (23.67 KiB) Viewed 6111 times

Re: Mixed Scan Results

Posted: Sun Jun 14, 2009 11:11 pm
by David
In computing, regular expressions provide a concise and flexible means for identifying strings of text of interest, such as particular characters, words, or patterns of characters. Regular expressions (abbreviated as regex or regexp, with plural forms regexes, regexps, or regexen) are written in a formal language that can be interpreted by a regular expression processor, a program that either serves as a parser generator or examines text and identifies parts that match the provided specification.
Source: http://en.wikipedia.org/wiki/Regex

Regex might help you where wildcards do not.
For example finding dates or times in filenames.

With regex disabled, try searching for:

Code: Select all

sun .t
or

Code: Select all

*sun*.t*

Re: Mixed Scan Results

Posted: Sun Jun 14, 2009 11:38 pm
by DickPape
Of course, those worked just fine. Thank you David.

DPape