小白龙 当前离线
少尉
WHY 当前离线
上校
$s = @' 3$_yui 小红花 2wer_iop 大花轿 azc 8_iop 中国龙 '@ [regex]::Matches($s, '(?im)(?<=^[0-9](?:\$|wer)?_\S+ )\S+').Value $s.Split("`r`n") -match '^[0-9](?:\$|wer)?_\S+\s\S+' | %{$_.Split()[1]}复制代码
评分人数
TOP
idwma 当前离线
少校
Five66 当前离线
上尉
'\d[$wer]*_\S+ (\S+) ?.*'复制代码
xczxczxcz (Tα酱油路过)当前离线
中尉
[regex]::Matches($t, "(?m)(?<=\d[^\s]*\s+)\b[^\s]*\b").value;复制代码