C# Class Fan.Sys.RegexMatcher

RegexMatcher
Inheritance: FanObj
Afficher le fichier Open project: xored/f4

Méthodes publiques

Méthode 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

Méthode Description
RegexMatcher ( Match match, string source ) : System.Text.RegularExpressions

Method Details

@typeof() public méthode

public @typeof ( ) : Type
Résultat Type

end() public méthode

public end ( ) : long
Résultat long

end() public méthode

public end ( long group ) : long
group long
Résultat long

find() public méthode

public find ( ) : bool
Résultat bool

group() public méthode

public group ( ) : string
Résultat string

group() public méthode

public group ( long group ) : string
group long
Résultat string

groupCount() public méthode

public groupCount ( ) : long
Résultat long

matches() public méthode

public matches ( ) : bool
Résultat bool

start() public méthode

public start ( ) : long
Résultat long

start() public méthode

public start ( long group ) : long
group long
Résultat long