🔍 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.

18 lines
694B

  1. % Generated by roxygen2: do not edit by hand
  2. % Please edit documentation in R/gadget.R
  3. \name{get_regex_library}
  4. \alias{get_regex_library}
  5. \title{Loads Regex Pattern Library}
  6. \usage{
  7. get_regex_library()
  8. }
  9. \description{
  10. Patterns sourced from \href{https://projects.lukehaas.me/regexhub}{Regex Hub}
  11. are available at \url{https://github.com/lukehaas/RegexHub} and are copyright
  12. Luke Haas licensed under the MIT license available at
  13. \url{https://github.com/lukehaas/RegexHub/commit/3ab87b5a4fd2817b42e2e45dcf040d4f0164ea37}.
  14. Patterns source from \href{https://github.com/trinker/qdapRegex}{qdapRegex} are
  15. copyright Tyler Rinker and Jason Gray, licensed under the GPL-2 license.
  16. }
  17. \keyword{internal}