MatchingOptionsApplyRegex Method

Finds all occurences of value in text according to the options in this MatchingOptions instance.

Definition

Namespace: SMath.Controls
Assembly: SMath.Controls (in SMath.Controls.dll) Version: 1.73.9126.0
C#
public List<int> ApplyRegex(
	string text,
	string value
)

Parameters

text  String
Text to search for value in.
value  String
Value to find in text.

Return Value

ListInt32
All positions in text where value is found.

See Also