C# Class Sharpen.Matcher

Afficher le fichier Open project: oganix/NBoilerpipe Class Usage Examples

Méthodes publiques

Méthode Description
End ( ) : int
Find ( ) : bool
Find ( int index ) : bool
Group ( int n ) : string
Matches ( ) : bool
ReplaceAll ( string txt ) : string
ReplaceFirst ( string txt ) : string
Reset ( Sharpen.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

ReplaceAll() public méthode

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

ReplaceFirst() public méthode

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

Reset() public méthode

public Reset ( Sharpen.CharSequence str ) : Matcher
str Sharpen.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