🔍 An RStudio addin slash regex utility belt
Nelze vybrat více než 25 témat Téma musí začínat písmenem nebo číslem, může obsahovat pomlčky („-“) a může být dlouhé až 35 znaků.

33 lines
1.0KB

  1. % Generated by roxygen2: do not edit by hand
  2. % Please edit documentation in R/regexplain-package.R
  3. \docType{package}
  4. \name{regexplain-package}
  5. \alias{regexplain}
  6. \alias{regexplain-package}
  7. \title{regexplain: Rstudio Addin to Explain, Test and Build Regular Expressions}
  8. \description{
  9. A set of RStudio Addins to help interactively test and build
  10. regular expressions. Provides a Shiny gadget interface for interactively
  11. constructing the regexp and viewing the results from common string-searching
  12. functions. Also provides a helpful reference sheet as an RStudio addin.
  13. }
  14. \seealso{
  15. Useful links:
  16. \itemize{
  17. \item \url{https://github.com/gadenbuie/regexplain}
  18. \item Report bugs at \url{https://github.com/gadenbuie/regexplain/issues}
  19. }
  20. }
  21. \author{
  22. \strong{Maintainer}: Garrick Aden-Buie \email{g.adenbuie@gmail.com}
  23. Other contributors:
  24. \itemize{
  25. \item Winston Chang (Author of textInput and textAreaInput fragments from shiny) [contributor]
  26. \item RStudio (Copyright holder of included shiny fragments) [copyright holder]
  27. }
  28. }
  29. \keyword{internal}