Skip to content

Instantly share code, notes, and snippets.

@tamboer
Last active December 14, 2015 23:58
Show Gist options
  • Save tamboer/5169199 to your computer and use it in GitHub Desktop.
Save tamboer/5169199 to your computer and use it in GitHub Desktop.
netbeans regex - regular expressions Just starting to use this
["](.*)//finds everything in the line after the "
/*********************/
http://stackoverflow.com/questions/4419000/regex-match-everything-after-question-mark
\?(.*)//match everything that is after/follows the question mark.
/*********************/
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment