C# Class Pchp.Library.PerlRegex.Capture

Represents the results from a single subexpression capture. The object represents one substring for a single successful capture.
Show file Open project: iolevel/peachpie

Public Methods

Method Description
ToString ( ) : string

Returns the substring that was matched.

Private Methods

Method Description
Capture ( string text, int i, int l ) : System.Text
Description ( ) : string
GetLeftSubstring ( ) : string
GetOriginalString ( ) : string
GetRightSubstring ( ) : string

Method Details

ToString() public method

Returns the substring that was matched.
public ToString ( ) : string
return string