Matches spaces, tabs, and line breaks.
xp_build_whitespace(pattern = NULL)A regexpert object.
# Match two words separated by whitespace
xp_build_letters() %>% xp_build_whitespace() %>% xp_build_letters()
#> <regexpert pattern>
#> [A-Za-z]\s[A-Za-z]