trinker / qdapRegex

qdapRegex is a collection of regular expression tools associated with the qdap package that may be useful outside of the context of discourse analysis.
50 stars 4 forks source link

word boundaries (don't use `(?i)`) #24

Closed trinker closed 7 years ago

trinker commented 8 years ago

For the word boundaries in the supplemental dictionary use explicit [A-Za-z'] rather than relying on the (?i).