-match returns as soon as it finds a match in the string. 'abcabc' -match 'ab' # You'd see the same using this static RegEx method
確定! 回上一頁