Function JavaScriptEscape
Escapes (replaces) characters in strings to make them safe for use in javascript
Package: SMF
Copyright: 2020 Simple Machines and individual contributors
License: BSD
Author: Simple Machines https://www.simplemachines.org
Located at Sources/QueryString.php
Copyright: 2020 Simple Machines and individual contributors
License: BSD
Author: Simple Machines https://www.simplemachines.org
Located at Sources/QueryString.php
string |
$string |
The string to escape |
string
|
The escaped string |