powered by
(vectorised) Detect the position of space in a string not within a pair of single quotes
positionSpaceOutsideSinglequotes(string)
A integer vector of positions
A character vector
# \donttest{ tidyrules:::positionSpaceOutsideSinglequotes(c("hello", "hel' 'o ")) # }
Run the code above in your browser using DataLab