Run ❯
Get your
own
website
×
Change Orientation
Change Theme, Dark/Light
Go to Spaces
str <- "Hello World!" grepl("H", str) grepl("Hello", str) grepl("X", str)
[1] TRUE
[1] TRUE
[1] FALSE