Skip to content

Conversation

@ProfFancyPants
Copy link
Owner

From this line:
* [\^\-]: matches - or \
I think it was meant to say:
* [\^\-]: matches - or ^
Older versions of the line:
Use \- or \^ to match those characters.

From this line:
[* `[\^\-]`: matches `-` or `\`](https://github.com/tidyverse/stringr/blame/master/vignettes/regular-expressions.Rmd#L209)
I think it was meant to say:
[* `[\^\-]`: matches `-` or `^`]()
Older versions of the line:
[Use `\-` or `\^` to match those characters.](https://github.com/tidyverse/stringr/blame/79ae1e011ea0fcb6f5c3350a50f6a6da0dcaf09e/vignettes/regular-expressions.Rmd#L174)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants