﻿class System.Text.RegularExpressions.Regex
	java java.util.regex.Pattern

.ctor(string, *)
	java hardcode RegexConstrJava

method Match Match(string, *)
	java Utils.createMatchRegex({!}, {0}, {1=0})

method bool IsMatch(string)
	java Utils.isMatchRegex({!}, {0})

method MatchCollection Matches(string, *)
	java Utils.matchesRegex({!}, {0}, {1=0})

static method string[] Split(string, string, *)
	java hardcode RegexSplitJava

method string[] Split(string)
	java =split
method string[] Split(string, int)
	java =split
