我不明白为什么 grepl("see*", "file SEC", ignore.case = TRUE)退货TRUE?
grepl("see*", "file SEC", ignore.case = TRUE)
TRUE
我试图找到下手的所有单词see,如See,seeing,seen,等,并删除它们。“file SEC”上面的字符串没有这样的词,但TRUE被返回。
see
See
seeing
seen
regex r grepl
grepl ×1
r ×1
regex ×1