MatchingOptionsApplyRegex Method
Finds all occurences of
value in
text
according to the options in this
MatchingOptions instance.
Namespace: SMath.ControlsAssembly: SMath.Controls (in SMath.Controls.dll) Version: 1.73.9126.0
public List<int> ApplyRegex(
string text,
string value
)
Public Function ApplyRegex (
text As String,
value As String
) As List(Of Integer)
public:
List<int>^ ApplyRegex(
String^ text,
String^ value
)
member ApplyRegex :
text : string *
value : string -> List<int>
- text String
- Text to search for value in.
- value String
- Value to find in text.
ListInt32All positions in
text where
value is found.