Introduction - If you have any usage issues, please Google them yourself
SearchQuick:
SearchQuick looks like a light-weight/single-task search tool, however, it is truly incredable since the "Regular Expression" was plugged inside. In computing, Regular Expression provides a flexible means for idntifying strings of text of interest, such as particular characters, words, or patterns of characters. Suppose that we have some files, named "A1A", "A2B", "A1C", "A2D", "A1E", and so on. It may be difficult for users to tell what key words they need to enter in to get them all in current files searching tools. By contrast, with the help of Regular Expression in SearchQuick, people can get anything they exactly want easily and smoothly as they can only type: ^A\d{1}[A-Z]+$ to be the regular expression in this case.