findtext(searcharea)

From SpybotWiki
Revision as of 09:03, 22 February 2008 by CCRDude (talk | contribs)
Jump to: navigation, search
findtext[searcharea]
Variants findtext[searcharea]
Previously textinstream
Group Binary Anywhere Matching
Version advcheck.dll ??? < 1.5.4.5

Searches in file in a defined range using the Boyer-Moore algorithm.

Usage

findtext[searcharea]=<text(string)>

Examples

"findtext[searcharea]=Hello World"

Description

Searches in file in a defined range using the Boyer-Moore algorithm. To define the range, take a look at begin[searcharea] and end[searcharea], or section[searcharea].

See also

Similar parameters

Similar commands