bougyman/url_escape
Folders and files
| Name | Name | Last commit date | ||
|---|---|---|---|---|
Repository files navigation
== Synopsis
A C extension to ruby enabling fast escape/unescape of
URL Encoded Strings
== Usage
URLEscape.unescape("a%20string")
URLEscape.escape("a string")