C# 클래스 Pchp.Library.PerlRegex.Capture

Represents the results from a single subexpression capture. The object represents one substring for a single successful capture.
파일 보기 프로젝트 열기: iolevel/peachpie

공개 메소드들

메소드 설명
ToString ( ) : string

Returns the substring that was matched.

비공개 메소드들

메소드 설명
Capture ( string text, int i, int l ) : System.Text
Description ( ) : string
GetLeftSubstring ( ) : string
GetOriginalString ( ) : string
GetRightSubstring ( ) : string

메소드 상세

ToString() 공개 메소드

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