Преглед изворни кода

Add Regex Hub and RegExLib to online resources

tags/v0.2.0
Garrick Aden-Buie пре 8 година
родитељ
комит
bb7c80ae72
1 измењених фајлова са 3 додато и 1 уклоњено
  1. +3
    -1
      R/regex_gadget.R

+ 3
- 1
R/regex_gadget.R Прегледај датотеку

@@ -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(

Loading…
Откажи
Сачувај