Procházet zdrojové kódy

RegEx tab was renamed

tags/v0.2.0
Garrick Aden-Buie před 8 roky
rodič
revize
64a47e0b52
1 změnil soubory, kde provedl 1 přidání a 1 odebrání
  1. +1
    -1
      R/rstudio_addins.R

+ 1
- 1
R/rstudio_addins.R Zobrazit soubor

@@ -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, "Regex")
regex_gadget(x, "RegEx")
}

Načítá se…
Zrušit
Uložit