소스 검색

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

tags/v0.2.0
Garrick Aden-Buie 8 년 전
부모
커밋
a1833c2bc3
1개의 변경된 파일2개의 추가작업 그리고 0개의 파일을 삭제
  1. +2
    -0
      R/regex_gadget.R

+ 2
- 0
R/regex_gadget.R 파일 보기

@@ -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)")
),

Loading…
취소
저장