Skip to content

Commit 843bfde

Browse files
committed
Merge branch 'master' of github.com:tidyverse/stringr
2 parents ddcb809 + 2a9171e commit 843bfde

File tree

3 files changed

+2
-2
lines changed

3 files changed

+2
-2
lines changed

README.Rmd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ str_sub(x, 1, 2)
5151

5252
See a complete list on the cheatsheet:
5353

54-
<a href="https://github.com/rstudio/cheatsheets/blob/master/strings.pdf"><img src="man/figures/cheatsheet-thumb.png" width="300" height="232"/></a>
54+
<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>
5555

5656
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:
5757

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ str_sub(x, 1, 2)
6161
See a complete list on the
6262
cheatsheet:
6363

64-
<a href="https://github.com/rstudio/cheatsheets/blob/master/strings.pdf"><img src="man/figures/cheatsheet-thumb.png" width="300" height="232"/></a>
64+
<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>
6565

6666
Most string functions work with regular expressions, a concise language
6767
for describing patterns of text. For example, the regular expression

man/figures/cheatsheet-thumb.png

-205 KB
Binary file not shown.

0 commit comments

Comments
 (0)