Match and not match The -match and -notmatch operators return true or false when testing strings: 'The cow jumped over the moon' -match 'cow' # Returns true ...
確定! 回上一頁