C# Class Squared.Util.RegexExtensions.Extensions

ファイルを表示 Open project: sq/Fracture

Public Methods

Method Description
TryMatch ( this regex, string input, Match &match ) : bool
TryMatch ( this regex, string input, int start, Match &match ) : bool
TryMatch ( this regex, string input, int start, int length, Match &match ) : bool

Method Details

TryMatch() public static method

public static TryMatch ( this regex, string input, Match &match ) : bool
regex this
input string
match System.Text.RegularExpressions.Match
return bool

TryMatch() public static method

public static TryMatch ( this regex, string input, int start, Match &match ) : bool
regex this
input string
start int
match System.Text.RegularExpressions.Match
return bool

TryMatch() public static method

public static TryMatch ( this regex, string input, int start, int length, Match &match ) : bool
regex this
input string
start int
length int
match System.Text.RegularExpressions.Match
return bool