Skip to content

Instantly share code, notes, and snippets.

@olivroy
Created April 5, 2022 13:10
Show Gist options
  • Save olivroy/99848c6341f632dfeec01d79175ad378 to your computer and use it in GitHub Desktop.
Save olivroy/99848c6341f632dfeec01d79175ad378 to your computer and use it in GitHub Desktop.
c('TrucRegion') |>
stringr::str_replace_all("([:lower:])([:upper:])", "\\1 \\2")
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment