소스 검색

Use exact=FALSE inside regex_gadget

Goal: gadget input and output text boxes show actual tokens in string (one backslash == one backslash). Input box takes regular regex.
tags/v0.1.4
Garrick Aden-Buie 8 년 전
부모
커밋
db49690b67
1개의 변경된 파일2개의 추가작업 그리고 1개의 파일을 삭제
  1. +2
    -1
      R/regex_gadget.R

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

@@ -131,7 +131,8 @@ regex_gadget <- function(text = NULL,
useBytes = 'useBytes' %in% input$regex_options,
# invert = 'invert' %in% input$regex_options,
render = FALSE,
escape = TRUE),
escape = TRUE,
exact = FALSE),
collapse = ""
)
},

Loading…
취소
저장