🔍 An RStudio addin slash regex utility belt
Du kannst nicht mehr als 25 Themen auswählen Themen müssen entweder mit einem Buchstaben oder einer Ziffer beginnen. Sie können Bindestriche („-“) enthalten und bis zu 35 Zeichen lang sein.

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