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.
Mixed Scan Results
Re: Mixed Scan Results
Please disable Regex (Uncheck Search -> Enable Regex).
Re: Mixed Scan Results
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.
When I disabled it before I got this result -- so I enjoyed the enabled version more.
Re: Mixed Scan Results
Source: http://en.wikipedia.org/wiki/RegexIn 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.
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
Code: Select all
*sun*.t*
Re: Mixed Scan Results
Of course, those worked just fine. Thank you David.
DPape
DPape