🔍 An RStudio addin slash regex utility belt
選択できるのは25トピックまでです。 トピックは、先頭が英数字で、英数字とダッシュ('-')を使用した35文字以内のものにしてください。

18 行
700B

  1. % Generated by roxygen2: do not edit by hand
  2. % Please edit documentation in R/regex_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}