MilesMcBain / friendlyeval

A friendly interface to tidyeval/rlang that will excuse itself when you're done.
Other
107 stars 6 forks source link

Regex need to be more robust. #3

Closed MilesMcBain closed 6 years ago

MilesMcBain commented 6 years ago

Once the second iteration of the functions is nailed down, the regular expressions in the transform need to use word boundaries, so they can't accidently transform other similar text. The main benefit is it means the transforms can be applied in any order, which is a bug time bomb at the moment.

MilesMcBain commented 6 years ago

Fixed.