Skip to content

Instantly share code, notes, and snippets.

@antoineMoPa
Created March 23, 2022 02:32
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 antoineMoPa/e21ded2a74c77b872ee57423e1da4dd6 to your computer and use it in GitHub Desktop.
Save antoineMoPa/e21ded2a74c77b872ee57423e1da4dd6 to your computer and use it in GitHub Desktop.
str.split(/[ \t\n]/).map(w => w.length > 3 ? w.substr(0,w.length-2) + 'on' : w).join(' ')
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment