System.Text.RegularExpressions.RegexRunner
protected static bool CharInClass(
char ch,
string charClass)
protected static bool CharInSet(
char ch,
string set,
string category)
protected void Capture(
int capnum,
int start,
int end)
protected void Crawl(
int i)
protected abstract void Go()
protected bool IsBoundary(
int index,
int startpos,
int endpos)
protected void TransferCapture(
int capnum,
int uncapnum,
int start,
int end)