运行 ❯
获得你
自己
的网站
×
更改方向
更改主题,深色/浅色
前往 Spaces
str <- "Hello World!" grepl("H", str) grepl("Hello", str) grepl("X", str)
[1] TRUE
[1] TRUE
[1] FALSE