Skip To Content
PowerShell Gallery
Toggle navigation
Packages
Publish
Documentation
Sign in
Search PowerShell packages:
Irregular
0.6.9
Types/Irregular.Regular.Expression/get_IsValid.ps1
if
(
$this
-is
[Regex]
)
{
$true
}
else
{
$false
}