-
Notifications
You must be signed in to change notification settings - Fork 0
Transition to using regex #6
Copy link
Copy link
Open
Labels
enhancementNew feature or requestNew feature or requestpriority: highDo while procrastinating: If I'm doing anything it should be this, probably.Do while procrastinating: If I'm doing anything it should be this, probably.
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or requestpriority: highDo while procrastinating: If I'm doing anything it should be this, probably.Do while procrastinating: If I'm doing anything it should be this, probably.
Per this 2022 post, base grepl with perl = TRUE is the best-looking option and avoids novel dependencies.
The mixed-case single-character variant is the first priority, then everything else is case-agnostic and can be transformed once to use a single reference table.
Filter on
[:alpha:]to avoid chaff in input.