We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 90f8ba7 commit 7490575Copy full SHA for 7490575
vignettes/from-base.Rmd
@@ -84,7 +84,7 @@ Overall the main differences between base R and stringr are:
84
85
1. The output and input of stringr functions has been carefully designed.
86
For example, the output of `str_locate()` can be fed directly into
87
- `str_sub()`; the same is not true of `regpexpr()` and `substr()`.
+ `str_sub()`; the same is not true of `regexpr()` and `substr()`.
88
89
1. Base functions use arguments (like `perl`, `fixed`, and `ignore.case`)
90
to control how the pattern is interpreted. To avoid dependence between
0 commit comments