Skip to content

Instantly share code, notes, and snippets.

@ppsirius
Created March 27, 2018 14:20
Show Gist options
  • Select an option

  • Save ppsirius/cd25d0dc767cbf1919428ffe92d7cc41 to your computer and use it in GitHub Desktop.

Select an option

Save ppsirius/cd25d0dc767cbf1919428ffe92d7cc41 to your computer and use it in GitHub Desktop.
Replace a the an
function strip(string) {
return string.replace(/^(a |the |an )/i, '').trim();
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment