Skip to content

Instantly share code, notes, and snippets.

@tlattimore
Created January 13, 2014 14:50
Show Gist options
  • Star 3 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save tlattimore/a47a3fb0b8e8504b2f0c to your computer and use it in GitHub Desktop.
Save tlattimore/a47a3fb0b8e8504b2f0c to your computer and use it in GitHub Desktop.
Regular expression to found [words to avoid in tech writing]( http://css-tricks.com/words-avoid-educational-writing ). You can use this within a text editor if desired as many of them (including Sublime Text) support regex in the search tool.
(?i:obviously|basically|simply|clearly|just|everyone knows|however|so|turns out)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment