Bläddra i källkod

Resources: adds regexper.com and rick.measham.id.au/paste/explain

tags/v0.2.0
Garrick Aden-Buie 8 år sedan
förälder
incheckning
a1833c2bc3
1 ändrade filer med 2 tillägg och 0 borttagningar
  1. +2
    -0
      R/regex_gadget.R

+ 2
- 0
R/regex_gadget.R Visa fil

@@ -386,8 +386,10 @@ regex_gadget <- function(text = NULL,
tags$h4("Live Preview and Explanations"),
tags$ul(
tags$li(tags$a(href = "https://regexr.com", "https://regexr.com")),
tags$li(tags$a(href = "https://regexper.com/", "https://regexper.com")),
tags$li(tags$a(href = "https://debuggex.com", "https://debuggex.com")),
tags$li(tags$a(href = "https://regex101.com", "https://regex101.com")),
tags$li(tags$a(href = "http://rick.measham.id.au/paste/explain", "http://rick.measham.id.au/paste/explain")),
tags$li(tags$a(href = "http://www.mactechnologies.com/index.php?page=downloads#regexrx", "RegexRx"), "(app)"),
tags$li(tags$a(href = "https://www.regexbuddy.com/", "Regex Buddy"), "(paid app)")
),

Laddar…
Avbryt
Spara