🔍 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.
|
- % Generated by roxygen2: do not edit by hand
- % Please edit documentation in R/gadget.R
- \name{get_regex_library}
- \alias{get_regex_library}
- \title{Loads Regex Pattern Library}
- \usage{
- get_regex_library()
- }
- \description{
- Patterns sourced from \href{https://projects.lukehaas.me/regexhub}{Regex Hub}
- are available at \url{https://github.com/lukehaas/RegexHub} and are copyright
- Luke Haas licensed under the MIT license available at
- \url{https://github.com/lukehaas/RegexHub/commit/3ab87b5a4fd2817b42e2e45dcf040d4f0164ea37}.
- Patterns source from \href{https://github.com/trinker/qdapRegex}{qdapRegex} are
- copyright Tyler Rinker and Jason Gray, licensed under the GPL-2 license.
- }
- \keyword{internal}
|