Skip to content

Instantly share code, notes, and snippets.

@carbide-public
Created October 28, 2022 18:35
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save carbide-public/c07d076c1bd5624acd244a6259e2b36f to your computer and use it in GitHub Desktop.
Save carbide-public/c07d076c1bd5624acd244a6259e2b36f to your computer and use it in GitHub Desktop.
word rearranger
const wordsReg = /(\w+|\W+)/g
const parts = /(th|st|ch|sh|ng|in|at|en|so|ab|er|da|cr|or|(\w)\2*)/gi
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment