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
RegEx tab was renamed
tags/v0.2.0
Garrick Aden-Buie
8 years ago
parent
8bc4bec7ee
commit
64a47e0b52
1 changed files
with
1 additions
and
1 deletions
Split View
Show Diff Stats
+1
-1
R/rstudio_addins.R
+ 1
- 1
R/rstudio_addins.R
View File
@@ -41,5 +41,5 @@ regexplain_file <- function() {
message("There were ", format(length(x), big.mark = ","), " lines in ", fname, "\nUsing only first 100.")
x <- x[1:100]
}
regex_gadget(x, "Reg
e
x")
regex_gadget(x, "Reg
E
x")
}
Write
Preview
Loading…
Cancel
Save