C# 클래스 Microsoft.Azure.Commands.Compute.Extension.AEM.AEMStringExtensions

파일 보기 프로젝트 열기: Azure/azure-powershell

공개 메소드들

메소드 설명
Match ( this text, string pattern ) : Match
Matches ( this text, string pattern ) : bool

메소드 상세

Match() 공개 정적인 메소드

public static Match ( this text, string pattern ) : Match
text this
pattern string
리턴 System.Text.RegularExpressions.Match

Matches() 공개 정적인 메소드

public static Matches ( this text, string pattern ) : bool
text this
pattern string
리턴 bool