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