findtext(searcharea)

From SpybotWiki
Revision as of 17:19, 24 February 2008 by CCRDude (talk | contribs) (→‎Examples: improved example)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.
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

begin[searcharea]=0,end[searcharea]=1023,"findtext[searcharea]=Hello World"

Searches for Hello World within the first 1024 bytes.

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