Skip To Content
PowerShell Gallery
Toggle navigation
Packages
Publish
Documentation
Sign in
Search PowerShell packages:
ugit
0.4
Types/ugit.extension/get_Pattern.ps1
foreach
(
$attr
in
$this
.
ScriptBlock
.
Attributes
)
{
if
(
$attr
-is
[Management.Automation.ValidatePatternAttribute]
)
{
$attr
.
RegexPattern
}
}