🔍 An RStudio addin slash regex utility belt
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

16 lines
521B

  1. % Generated by roxygen2: do not edit by hand
  2. % Please edit documentation in R/regex_gadget.R
  3. \name{get_templates}
  4. \alias{get_templates}
  5. \title{Loads Regex Pattern Templates}
  6. \usage{
  7. get_templates()
  8. }
  9. \description{
  10. Sourced from \href{https://projects.lukehaas.me/regexhub}{Regex Hub}
  11. and available at \url{https://github.com/lukehaas/RegexHub}. Copyright
  12. Luke Haas licensed under the MIT license available at
  13. \url{https://github.com/lukehaas/RegexHub/commit/3ab87b5a4fd2817b42e2e45dcf040d4f0164ea37}.
  14. }
  15. \keyword{internal}