Logins may be showing incorrect profile information. Please email psgadmin at microsoft.com for support.
Skip To Content
PowerShell Gallery
Toggle navigation
Packages
Publish
Documentation
Sign in
Search PowerShell packages:
Irregular
0.7.3
Types/Irregular.Regular.Expression/get_GroupNames.ps1
if
(
$this
-is
[Regex]
)
{
$this
.
GetGroupNames
(
)
}
else
{
@(
)
}