Add this to the beginning of every verbal expression chain. This
simply returns an empty character vector so that the next step in the chain
can provide a value without explicitly writing value = "blah"
.
rx()
Examples
rx()
#> character(0)
#> [1] "(cat)(.*)(dog)"
#> [1] "(cat)(.*)(dog)"