Skip to content

Instantly share code, notes, and snippets.

@woodybrood
Created September 27, 2012 15:59
Show Gist options
  • Save woodybrood/3794799 to your computer and use it in GitHub Desktop.
Save woodybrood/3794799 to your computer and use it in GitHub Desktop.
Regular Expression to find wiki words in FitNesse test pages for use in Sublime Text search and replace.
\b([A-Z][a-z_]+[A-Z][a-zA-Z_]*[a-zA-Z]*\b)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment