powershell 正则表达式

$strPattern="\t"

$regex=[regex]$strPattern

$text=${c:\hello\text.txt}

$mc=$regex.Matches($text)

$mc.Count


你可能感兴趣的:(表达式,hello)