PowerShell 带正则表达式参数的Switch语句
示例
该-Regex参数允许switch语句针对条件执行正则表达式匹配。
例:
switch -Regex ('Condition')
{
'Con\D+ion' {'One or more non-digits'}
'Conditio*$' {'Zero or more "o"'}
'C.ndition' {'Any single char.'}
'^C\w+ition$' {'Anchors and one or more word chars.'}
'Test' {'No match'}
}输出:
One or more non-digits Any single char. Anchors and one or more word chars.
热门推荐
10 早安毕业文案祝福语简短
11 开业服装贺卡祝福语简短
12 军婚祝福语兄弟文案简短
13 高中送红包祝福语简短
14 妹妹考上军校祝福语简短
15 花茶礼盒生日祝福语简短
16 离别对同事祝福语简短
17 爷爷生日手册祝福语简短
18 艺术生联考祝福语简短