Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion README.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ str_sub(x, 1, 2)

See a complete list on the cheatsheet:

<a href="https://github.com/rstudio/cheatsheets/blob/master/strings.pdf"><img src="man/figures/cheatsheet-thumb.png" width="300" height="232"/></a>
<a href="https://github.com/rstudio/cheatsheets/blob/master/strings.pdf"><img src="https://raw.githubusercontent.com/rstudio/cheatsheets/master/pngs/thumbnails/strings-cheatsheet-thumbs.png" width="630" height="242"/></a>

Most string functions work with regular expressions, a concise language for describing patterns of text. For example, the regular expression `"[aeiou]"` matches any single character that is a vowel:

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ str_sub(x, 1, 2)
See a complete list on the
cheatsheet:

<a href="https://github.com/rstudio/cheatsheets/blob/master/strings.pdf"><img src="man/figures/cheatsheet-thumb.png" width="300" height="232"/></a>
<a href="https://github.com/rstudio/cheatsheets/blob/master/strings.pdf"><img src="https://raw.githubusercontent.com/rstudio/cheatsheets/master/pngs/thumbnails/strings-cheatsheet-thumbs.png" width="630" height="242"/></a>

Most string functions work with regular expressions, a concise language
for describing patterns of text. For example, the regular expression
Expand Down
Binary file removed man/figures/cheatsheet-thumb.png
Binary file not shown.