Super simple snippet for URL Decoding in...
Super simple snippet for URL Decoding in ruby thanks to Thomas Swift.
Made a library? Written a blog post? Found a useful tutorial? Share it with the Ruby community here or just enjoy what everyone else has found!
Super simple snippet for URL Decoding in ruby thanks to Thomas Swift.
Comments
I don’t see how that really saves you any work. It’s just as easy to go ahead and just use “CGI::unescape(long encoded string)” instead of just making a wrapper for it.
Post a comment