Group.Success 속성

정의

일치 작업이 성공적이었는지 여부를 나타내는 값을 가져옵니다.

public:
 property bool Success { bool get(); };
public bool Success { get; }
member this.Success : bool
Public ReadOnly Property Success As Boolean

속성 값

Boolean

일치가 성공적으로 수행되면 true이고, 그렇지 않으면 false입니다.

설명

Success 그룹에 의해 하나 이상의 부분 문자열이 캡처된 경우 속성은 true입니다. 부울 식(Group.Captures.Count > 0)과 동일합니다.

적용 대상