[go: up one dir, main page]

escape

Function escape 

Source
pub fn escape(string: &str) -> JsString
Expand description

The escape() function computes a new string in which certain characters have been replaced by a hexadecimal escape sequence.

MDN documentation