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