Skip to content

Instantly share code, notes, and snippets.

@nog
Created April 24, 2009 05:56
Show Gist options
  • Save nog/100981 to your computer and use it in GitHub Desktop.
Save nog/100981 to your computer and use it in GitHub Desktop.
phpのurlencodeっぽいのをrubyで
def phpurlencode str
URI.encode(str, /[^a-zA-Z\d\-\_\.]/n)
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment