We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 8e0f35b + 92b7d51 commit 07e1d1cCopy full SHA for 07e1d1c
html/strings.qmd
@@ -40,7 +40,7 @@ see <- function(rx) str_view("abc ABC 123\t.!?\\(){}\n", rx)
40
Also `str_like()`.
41
42
```{r}
43
- str(fruit, "a")
+ str_detect(fruit, "a")
44
```
45
46
- `str_starts(string, pattern, negate = FALSE)`: Detect the presence of a pattern match at the beginning of a string.
0 commit comments