Skip to content

Instantly share code, notes, and snippets.

@miend
Created October 7, 2011 20:49
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save miend/1271319 to your computer and use it in GitHub Desktop.
Save miend/1271319 to your computer and use it in GitHub Desktop.
var = "google.com/randomtext/private-dw1938f3hf783h2g240o35o/basic"
r = /private-(.+)\//i
var.match(r)[1]
# should return:
# => "dw1938f3hf783h2g240o35o"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment