C# Class Microsoft.Azure.Commands.Compute.Extension.AEM.AEMStringExtensions

ファイルを表示 Open project: Azure/azure-powershell

Public Methods

Method Description
Match ( this text, string pattern ) : Match
Matches ( this text, string pattern ) : bool

Method Details

Match() public static method

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

Matches() public static method

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