method
escape
v2_5_5 -
Show latest stable
- Class:
URI::RFC2396_Parser
escape(str, unsafe = @regexp[:UNSAFE])public
Args
str |
String to make safe |
unsafe |
Regexp to apply. Defaults to self.regexp[:UNSAFE] |
Description
constructs a safe String from str, removing unsafe characters, replacing them with codes.