Click or drag to resize

fileTextOperaterSearch Method (fileTextLineCollection, String, Boolean, Int32, RegexOptions)

imbSCI | imbACE | imbNLP | imbWEM | imbWBI
Searches the specified cached lines.

Namespace:  imbSCI.Core.files.search
Assembly:  imbSCI.Core (in imbSCI.Core.dll) Version: 0.3.58.
Syntax
C#
public fileTextSearchResult Search(
	fileTextLineCollection cachedLines,
	string __needle,
	bool useRegex = false,
	int limitResult = -1,
	RegexOptions regexOptions = RegexOptions.None
)
Request Example View Source

Parameters

cachedLines
Type: imbSCI.Core.files.searchfileTextLineCollection
The cached lines.
__needle
Type: SystemString
The needle.
useRegex (Optional)
Type: SystemBoolean
if set to true [use regex].
limitResult (Optional)
Type: SystemInt32
The limit result.
regexOptions (Optional)
Type: System.Text.RegularExpressionsRegexOptions
The regex options.

Return Value

Type: fileTextSearchResult
See Also