To determine if a string matches a pattern using the built-in -matches operator, use the syntax 'input' -match 'pattern' . This will return true or false ...
確定! 回上一頁