URI::Escape - å®å ¨ã§ãªãæåã®ã¨ã¹ã±ã¼ãã¨ã¢ã³ã¨ã¹ã±ã¼ã æ¦è¦Â¶ use URI::Escape; $safe = uri_escape("10% is enough\n"); $verysafe = uri_escape("foo", "\0-\377"); $str = uri_unescape($safe); 説æ¶ This module provides functions to escape and unescape URI strings as defined by RFC 2396 (and updated by RFC 2732). A URI consists of a restricted set of characters, denoted as uric in RFC 2396. The restricted set of characters co
{{#tags}}- {{label}}
{{/tags}}