소스 검색

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…
취소
저장