I'm trying to parse a former colleague's R code, and it's full of expressions like:
\bso\!so
What is the function of the exclamation point in this code? I suspect it has something to do with some kind of look(ahead|behind|around), but I don't know.