R/xp_action_view.r
xp_action_view.Rd
Prints the current regex pattern to the console in a clean format.
xp_action_view(pattern)
A regexpert object.
regexpert
xp_build_digits() %>% xp_op_repeat(3) %>% xp_action_view() #> Current Regex Pattern: #> (?:\d){3}