-
Notifications
You must be signed in to change notification settings - Fork 12
Open
Labels
enhancementNew feature or requestNew feature or request
Description
Just an idea. Might be nice to have a function called rx_raw which allows user to explicitly specify a part of the rx. For example:
rx_alpha() %>% rx_raw("{8}")
"[A-z]{8}"
Yes, I know about rx_multiple. This is just an example when I know what the rx should look like, but I can't get the rx functions to bend to my will. Other possible names could be rx_expert, rx_as_is.
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request