Mixed Scan Results

If you are experiencing problems with "Everything", post here for assistance.
Post Reply
DickPape
Posts: 20
Joined: Sun Jun 14, 2009 8:29 pm

Mixed Scan Results

Post 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 6042 times
David
Developer
Posts: 430
Joined: Tue Mar 17, 2009 1:42 am

Re: Mixed Scan Results

Post by David »

Please disable Regex (Uncheck Search -> Enable Regex).
DickPape
Posts: 20
Joined: Sun Jun 14, 2009 8:29 pm

Re: Mixed Scan Results

Post 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 6075 times
David
Developer
Posts: 430
Joined: Tue Mar 17, 2009 1:42 am

Re: Mixed Scan Results

Post 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*
DickPape
Posts: 20
Joined: Sun Jun 14, 2009 8:29 pm

Re: Mixed Scan Results

Post by DickPape »

Of course, those worked just fine. Thank you David.

DPape
Post Reply