C# Class Sharpen.Pattern

Afficher le fichier Open project: fantasydr/krkr-cs Class Usage Examples

Méthodes publiques

Méthode Description
Compile ( string pattern ) : Pattern
Compile ( string pattern, int flags ) : Pattern
Matcher ( string txt ) : Sharpen.Matcher
Split ( string input, int count ) : string[]

Private Methods

Méthode Description
Pattern ( Regex r ) : System

Method Details

Compile() public static méthode

public static Compile ( string pattern ) : Pattern
pattern string
Résultat Pattern

Compile() public static méthode

public static Compile ( string pattern, int flags ) : Pattern
pattern string
flags int
Résultat Pattern

Matcher() public méthode

public Matcher ( string txt ) : Sharpen.Matcher
txt string
Résultat Sharpen.Matcher

Split() public méthode

public Split ( string input, int count ) : string[]
input string
count int
Résultat string[]