浏览代码

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
父节点
当前提交
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 = ""
)
},

正在加载...
取消
保存