C# Class SharpCifs.Util.Sharpen.Matcher

Afficher le fichier Open project: brandonprry/Potato

Méthodes publiques

Méthode Description
End ( ) : int
Find ( ) : bool
Find ( int index ) : bool
Group ( int n ) : string
Matches ( ) : bool
ReplaceFirst ( string txt ) : string
Reset ( CharSequence str ) : Matcher
Reset ( string str ) : Matcher
Start ( ) : int

Private Methods

Méthode Description
Matcher ( Regex regex, string str ) : System

Method Details

End() public méthode

public End ( ) : int
Résultat int

Find() public méthode

public Find ( ) : bool
Résultat bool

Find() public méthode

public Find ( int index ) : bool
index int
Résultat bool

Group() public méthode

public Group ( int n ) : string
n int
Résultat string

Matches() public méthode

public Matches ( ) : bool
Résultat bool

ReplaceFirst() public méthode

public ReplaceFirst ( string txt ) : string
txt string
Résultat string

Reset() public méthode

public Reset ( CharSequence str ) : Matcher
str CharSequence
Résultat Matcher

Reset() public méthode

public Reset ( string str ) : Matcher
str string
Résultat Matcher

Start() public méthode

public Start ( ) : int
Résultat int