Difference between revisions of "Findtext(searcharea)"

From SpybotWiki
Jump to: navigation, search
(Examples)
Line 1: Line 1:
{{AdvFileParam|findtext[searcharea]}}
+
{{DISPLAYTITLE:findtext(searcharea)}}{{AdvFileParam|findtext[searcharea]}}
 
Searches in file in a defined range using the Boyer-Moore algorithm.
 
Searches in file in a defined range using the Boyer-Moore algorithm.
  

Revision as of 15:14, 19 February 2008


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