C# Class Fan.Sys.RegexMatcher

RegexMatcher
Inheritance: FanObj
Datei anzeigen Open project: xored/f4

Public Methods

Method Description
@typeof ( ) : Type
end ( ) : long
end ( long group ) : long
find ( ) : bool
group ( ) : string
group ( long group ) : string
groupCount ( ) : long
matches ( ) : bool
start ( ) : long
start ( long group ) : long

Private Methods

Method Description
RegexMatcher ( Match match, string source ) : System.Text.RegularExpressions

Method Details

@typeof() public method

public @typeof ( ) : Type
return Type

end() public method

public end ( ) : long
return long

end() public method

public end ( long group ) : long
group long
return long

find() public method

public find ( ) : bool
return bool

group() public method

public group ( ) : string
return string

group() public method

public group ( long group ) : string
group long
return string

groupCount() public method

public groupCount ( ) : long
return long

matches() public method

public matches ( ) : bool
return bool

start() public method

public start ( ) : long
return long

start() public method

public start ( long group ) : long
group long
return long