Exemple #1
0
 public static extern int Search(this string str, RegExp regex);
Exemple #2
0
 public static extern string[] Split(this string str, RegExp separator, int limit);
Exemple #3
0
 public static extern string Replace(this string str, RegExp regexp, Func <string, int, string, string> function);
Exemple #4
0
 public static extern string[] Match(this string str, RegExp regex);
Exemple #5
0
 public static extern string Replace(this string str, RegExp regexp, Delegate function);
Exemple #6
0
 public static extern string Replace(this string str, RegExp regexp, string newSubStr);