Skip to content

Instantly share code, notes, and snippets.

@Whitespace
Last active June 8, 2018 18:13
Show Gist options
  • Save Whitespace/fbf0cbbe0123502800bb to your computer and use it in GitHub Desktop.
Save Whitespace/fbf0cbbe0123502800bb to your computer and use it in GitHub Desktop.

Revisions

  1. Whitespace revised this gist Apr 15, 2016. 1 changed file with 3 additions and 1 deletion.
    4 changes: 3 additions & 1 deletion regex.md
    Original file line number Diff line number Diff line change
    @@ -1,3 +1,5 @@
    * [Server naming scheme (named capture groups)](http://rubular.com/r/q4vBTtWUJW)
    * [v2](http://rubular.com/r/M7PWJI0wnK)
    * [Split on only single dashes for namespacing (negative lookaround)](http://rubular.com/r/8l2BP5AgfD)
    * [Better version (word boundaries)](http://rubular.com/r/Q2kmvCjnMP)
    * [Better version (word boundaries)](http://rubular.com/r/Q2kmvCjnMP)
    * [Regex to match regexes](http://rubular.com/r/SEcLO28Ktv)
  2. Whitespace revised this gist Mar 10, 2015. 1 changed file with 1 addition and 1 deletion.
    2 changes: 1 addition & 1 deletion regex.md
    Original file line number Diff line number Diff line change
    @@ -1,3 +1,3 @@
    * [Server naming scheme (named capture groups)](http://rubular.com/r/q4vBTtWUJW)
    * [Split on only single dashes for namespacing (negative lookaround)](http://rubular.com/r/8l2BP5AgfD)
    *
    * [Better version (word boundaries)](http://rubular.com/r/Q2kmvCjnMP)
  3. Whitespace created this gist Mar 10, 2015.
    3 changes: 3 additions & 0 deletions regex.md
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,3 @@
    * [Server naming scheme (named capture groups)](http://rubular.com/r/q4vBTtWUJW)
    * [Split on only single dashes for namespacing (negative lookaround)](http://rubular.com/r/8l2BP5AgfD)
    *