Parcourir la source

Add Regex Hub and RegExLib to online resources

tags/v0.2.0
Garrick Aden-Buie il y a 8 ans
Parent
révision
bb7c80ae72
1 fichiers modifiés avec 3 ajouts et 1 suppressions
  1. +3
    -1
      R/regex_gadget.R

+ 3
- 1
R/regex_gadget.R Voir le fichier

@@ -383,7 +383,9 @@ regex_gadget <- function(text = NULL,
tags$h4("Online Resources"),
tags$ul(
tags$li(tags$a(href = "https://github.com/aloisdg/awesome-regex", "Awesome RegEx")),
tags$li(tags$a(href = "https://www.regular-expressions.info", "Regular-Expressions.info"))
tags$li(tags$a(href = "https://www.regular-expressions.info", "Regular-Expressions.info")),
tags$li(tags$a(href = "https://projects.lukehaas.me/regexhub", "Regex Hub"), "- common regex patterns"),
tags$li(tags$a(href = "http://regexlib.com/DisplayPatterns.aspx", "RegExLib.com"), "- large collection of searchable patterns")
),
tags$h4("Live Preview and Explanations"),
tags$ul(

Chargement…
Annuler
Enregistrer