Skip to content

Commit

Permalink
docs: fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
salim-b authored Feb 14, 2025
1 parent 90f8ba7 commit b558505
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vignettes/from-base.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ Overall the main differences between base R and stringr are:

1. The output and input of stringr functions has been carefully designed.
For example, the output of `str_locate()` can be fed directly into
`str_sub()`; the same is not true of `regpexpr()` and `substr()`.
`str_sub()`; the same is not true of `regexpr()` and `substr()`.

1. Base functions use arguments (like `perl`, `fixed`, and `ignore.case`)
to control how the pattern is interpreted. To avoid dependence between
Expand Down

0 comments on commit b558505

Please sign in to comment.