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
| useBytes = 'useBytes' %in% input$regex_options, | useBytes = 'useBytes' %in% input$regex_options, | ||||
| # invert = 'invert' %in% input$regex_options, | # invert = 'invert' %in% input$regex_options, | ||||
| render = FALSE, | render = FALSE, | ||||
| escape = TRUE), | |||||
| escape = TRUE, | |||||
| exact = FALSE), | |||||
| collapse = "" | collapse = "" | ||||
| ) | ) | ||||
| }, | }, |