Types/Irregular.Regular.Expression/get_IsValid.ps1

 if ($this -is [Regex]) { $true } else { $false }