C# Class Pchp.Library.PerlRegex.Capture

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

Méthodes publiques

Méthode Description
ToString ( ) : string

Returns the substring that was matched.

Private Methods

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

Method Details

ToString() public méthode

Returns the substring that was matched.
public ToString ( ) : string
Résultat string