Text Finder allows user to Search File Content and Find Text.
Supports any plain text file: txt, csv, log, java, etc..
Simple to use, no need to create search index. Search may be slower if the target directory contains large number of files.
Supports search by text keyword, wild cards, and regular expression.
Supports text search on internal and external storage (SD card).
Search returns all files that contain search keyword. Search Results do not display preview of searched files, nor number of matches found.
Simple Search returns files that contain a search string
Wildcard Search supports * to match zero or more chars, and ? to match exactly one char
Supports regular expression to define a search pattern.