C# Class Sharpen.Pattern

Show file Open project: fantasydr/krkr-cs Class Usage Examples

Public Methods

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

Private Methods

Method Description
Pattern ( Regex r ) : System

Method Details

Compile() public static method

public static Compile ( string pattern ) : Pattern
pattern string
return Pattern

Compile() public static method

public static Compile ( string pattern, int flags ) : Pattern
pattern string
flags int
return Pattern

Matcher() public method

public Matcher ( string txt ) : Sharpen.Matcher
txt string
return Sharpen.Matcher

Split() public method

public Split ( string input, int count ) : string[]
input string
count int
return string[]