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>