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