C# Class Sharpen.Matcher

Show file Open project: oganix/NBoilerpipe Class Usage Examples

Public Methods

Method 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

Method Description
Matcher ( Regex regex, string str ) : System

Method Details

End() public method

public End ( ) : int
return int

Find() public method

public Find ( ) : bool
return bool

Find() public method

public Find ( int index ) : bool
index int
return bool

Group() public method

public Group ( int n ) : string
n int
return string

Matches() public method

public Matches ( ) : bool
return bool

ReplaceAll() public method

public ReplaceAll ( string txt ) : string
txt string
return string

ReplaceFirst() public method

public ReplaceFirst ( string txt ) : string
txt string
return string

Reset() public method

public Reset ( Sharpen.CharSequence str ) : Matcher
str Sharpen.CharSequence
return Matcher

Reset() public method

public Reset ( string str ) : Matcher
str string
return Matcher

Start() public method

public Start ( ) : int
return int