Findtext(searcharea): Difference between revisions

From SpybotWiki
Jump to navigation Jump to search
No edit summary
m (→‎Examples: improved example)
 
(One intermediate revision by the same user not shown)
Line 1: Line 1:
{{DISPLAYTITLE:findtext(searcharea)}}{{AdvFileParam|findtext[searcharea]}}
{{AdvParamInfo
Searches in file in a defined range using the Boyer-Moore algorithm.
|SYNTAX = findtext[searcharea]
|TITLESYNTAX = findtext(searcharea)
|PREVIOUS = textinstream
|VARIANTS =
|PEVERSION = ??? < 1.5.4.5
|GROUP = Binary Anywhere Matching
}}Searches in file in a defined range using the Boyer-Moore algorithm.


==Usage==
==Usage==
Line 6: Line 12:


===Examples===
===Examples===
  "findtext[searcharea]=Hello World"
  begin[searcharea]=0,end[searcharea]=1023,"findtext[searcharea]=Hello World"
 
Searches for ''Hello World'' within the first 1024 bytes.


===Description===
===Description===

Latest revision as of 17:19, 24 February 2008

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