Skip to content

Instantly share code, notes, and snippets.

@episod
Created May 3, 2010 15:57
Show Gist options
  • Save episod/388218 to your computer and use it in GitHub Desktop.
Save episod/388218 to your computer and use it in GitHub Desktop.
string.gsub(/([^ a-zA-Z0-9_.-]+)/n) do
'%' + $1.unpack('H2' * $1.size).join('%').upcase
end.tr(' ', '+')
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment