Everything
|
Everything is an administrative tool that locates files and folders by filename instantly for Windows.
Unlike Windows search "Everything" initially displays every file and folder on your computer (hence the name "Everything"). You type in a search filter to limit what files and folders are displayed.
Everything is a search engine for Windows that replaces the normal Windows search with a much faster one. Unlike Windows search, Everything initially displays every file and folder on your computer. You can type in a search filter to limit what files and folders are displayed. Everything only uses file and folder names and generally takes a few seconds to build its database. 1,000,000 files will take about 1 minute.
* Small installation file
* Clean and simple user interface
* Quick file indexing
* Quick searching
* Minimal resource usage
* Share files with others easily
* Real-time updating
How do I use wildcards?
Using a * in your search will match any number of any type of character.
For example, here is how to search for files and folders that start with e and end with g: e*g
Using a ? in your search will match one character.
For example, here is how to search for files that have a 2 letter file extension: *.??
How do I use regex?
1. | A vertical bar separates alternatives. For example, gray|grey can match "gray" or "grey".
2. () Parentheses are used to define the scope and precedence of the operators (among other uses). For example, gray|grey and gr(a|e)y are equivalent patterns which both describe the set of "gray" and "grey".
3. ? The question mark indicates there is zero or one of the preceding element. For example, colou?r matches both "color" and "colour".
4. * The asterisk indicates there are zero or more of the preceding element. For example, ab*c matches "ac", "abc", "abbc", "abbbc", and so on.
5. + The plus sign indicates that there is one or more of the preceding element. For example, ab+c matches "abc", "abbc", "abbbc", and so on, but not "ac".
6. . Matches any single character except newlines (exactly which characters are considered newlines is flavor, character encoding, and platform specific, but it is safe to assume that the line feed character is included). Within POSIX bracket expressions, the dot character matches a literal dot. For example, a.c matches "abc", etc., but [a.c] matches only "a", ".", or "c".
7. [ ] A bracket expression. Matches a single character that is contained within the brackets. For example, [abc] matches "a", "b", or "c". [a-z] specifies a range which matches any lowercase letter from "a" to "z". These forms can be mixed: [abcx-z] matches "a", "b", "c", "x", "y", and "z", as does [a-cx-z]
8. [^ ] Matches a single character that is not contained within the brackets. For example, [^abc] matches any character other than "a", "b", or "c". [^a-z] matches any single character that is not a lowercase letter from "a" to "z". As above, literal characters and ranges can be mixed.
9. ^ Matches the starting position within the string. In line-based tools, it matches the starting position of any line.
10. $ Matches the ending position of the string or the position just before a string-ending newline. In line-based tools, it matches the ending position of any line.
11. {m,n} Matches the preceding element at least m and not more than n times. For example, a{3,5} matches only "aaa", "aaaa",
The license of this software is Freeware, you can free download and free use this search tool software.

