Explorar el Código

Add Regex Hub and RegExLib to online resources

tags/v0.2.0
Garrick Aden-Buie hace 8 años
padre
commit
bb7c80ae72
Se han modificado 1 ficheros con 3 adiciones y 1 borrados
  1. +3
    -1
      R/regex_gadget.R

+ 3
- 1
R/regex_gadget.R Ver fichero

tags$h4("Online Resources"), tags$h4("Online Resources"),
tags$ul( tags$ul(
tags$li(tags$a(href = "https://github.com/aloisdg/awesome-regex", "Awesome RegEx")), 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$h4("Live Preview and Explanations"),
tags$ul( tags$ul(

Cargando…
Cancelar
Guardar