Skip to content

Minor regular-expressions.Rmd modification#1

Open
ProfFancyPants wants to merge 1 commit intomasterfrom
minor-modification
Open

Minor regular-expressions.Rmd modification#1
ProfFancyPants wants to merge 1 commit intomasterfrom
minor-modification

Conversation

@ProfFancyPants
Copy link
Copy Markdown
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.

1 participant