🔍 An RStudio addin slash regex utility belt
Vous ne pouvez pas sélectionner plus de 25 sujets Les noms de sujets doivent commencer par une lettre ou un nombre, peuvent contenir des tirets ('-') et peuvent comporter jusqu'à 35 caractères.

35 lines
1.2KB

  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 regular expression and viewing the results from common
  12. string-searching functions. The gadget interface includes a helpful
  13. regex syntax reference sheet and a library of common patterns.
  14. }
  15. \seealso{
  16. Useful links:
  17. \itemize{
  18. \item \url{https://github.com/gadenbuie/regexplain}
  19. \item Report bugs at \url{https://github.com/gadenbuie/regexplain/issues}
  20. }
  21. }
  22. \author{
  23. \strong{Maintainer}: Garrick Aden-Buie \email{g.adenbuie@gmail.com}
  24. Other contributors:
  25. \itemize{
  26. \item Winston Chang (Author of textInput and textAreaInput fragments from shiny) [contributor]
  27. \item Yihui Xie (Author of escape_html fragment from highr) [contributor]
  28. \item RStudio (Copyright holder of included shiny fragments) [copyright holder]
  29. }
  30. }
  31. \keyword{internal}