This website works better with JavaScript.
Home
Explore
Help
Sign In
garrick
/
regexplain
mirror of
https://github.com/gadenbuie/regexplain.git
Watch
1
Star
0
Fork
0
Code
Issues
0
Releases
7
Wiki
Activity
Browse Source
Update internal data after
#16
main
Garrick Aden-Buie
7 years ago
parent
996215d455
commit
a38fd94175
2 changed files
with
1 additions
and
0 deletions
Split View
Show Diff Stats
BIN
R/sysdata.rda
+1
-0
data-raw/cheatsheet.R
BIN
R/sysdata.rda
View File
+ 1
- 0
data-raw/cheatsheet.R
View File
@@ -1,3 +1,4 @@
# usethis::use_data(cheatsheet, overwrite = TRUE, internal = TRUE)
cheatsheet <- tibble::tribble(
~category, ~group, ~regexp, ~text,
"character classes", "regular", "<code>.</code>", "any character except newline",
Write
Preview
Loading…
Cancel
Save