Types/Irregular.Regular.Expression/get_GroupNames.ps1


            if ($this -is [Regex]) {
                $this.GetGroupNames()
            }
            else { @() }