2013-05-03 82 views

回答

9

使用-match操作:

if ($test -match 'regex_here') { 'It matched' } 

同時檢查在線文檔進行比較運算符:http://technet.microsoft.com/en-us/library/hh847759.aspx

+0

我發現http://ss64.com/ps/syntax-regex.html會有所幫助。它看起來像我想要的是,$ string -match「\ s +」 – Jeff 2013-05-03 21:17:08

+2

Jeff,另一個技巧是'$ val.Trim().length'。這將刪除所有前導/尾隨空白字符。如果只有這一切,「長度」將爲0。 – 2013-05-03 21:21:53

-1

如果( 「〜/^\ s * $ /」 ToCharArray() - 包含$ VAL。 ){「...」}

相關問題