cam*_*rms 3 regex r
我需要对包含 我写的行进行子集化 <three digit number>
<three digit number>
foo <- grepl("<^[0-9]{3}$>", log1[,2]) others <- log1[!foo,]
但我真的不确定如何使用正则表达式...只是使用了备忘单和谷歌.我认为<和>字符正在抛弃它.
ars*_*jii 6
你几乎拥有它.尝试
^<[0-9]{3}>$
您可能有必要阅读有关锚点(^和$)的信息.
^
$
归档时间:
12 年,11 月 前
查看次数:
2091 次
最近记录: