qdapRegex icon indicating copy to clipboard operation
qdapRegex copied to clipboard

qdapRegex is a collection of regular expression tools associated with the qdap package that may be useful outside of the context of discourse analysis.

Results 7 qdapRegex issues
Sort by recently updated
recently updated
newest added

``` library(qdapRegex) "hha that was a good joke peep and pepper and pepe" |> rm_repeated_characters() # "that was a good joke peep and pepper and" "ahh that was a good...

Hi, Let me start by saying I really like your package! Very useful :) However, I found several patterns that throw an error in R (using `stringr::str_detect()`) although they are...

This is an excellent package, can get a lot of work done with minimal coding. And is educational as well (as the author described); it teaches the basics of regex...

I can see from the source code that ex_xxx are dependent on stringi while rm_xxx is still dependent on base gsub. Can we not change these to stringi? Let me...

``` #https://gist.github.com/nerdsrescueme/1237767 pat

``` ex_citation("particular (Creswell [2014] often eschews this) dgf") ```

https://github.com/jonclayden/regex-performance

enhancement