mirror of
https://github.com/gchq/CyberChef
synced 2025-12-31 23:53:49 +00:00
Fixed some typos
This commit is contained in:
@@ -49,7 +49,7 @@ class URLEncode extends Operation {
|
||||
* @returns {string}
|
||||
*/
|
||||
encodeAllChars (str) {
|
||||
// TODO Do this programatically
|
||||
// TODO Do this programmatically
|
||||
return encodeURIComponent(str)
|
||||
.replace(/!/g, "%21")
|
||||
.replace(/#/g, "%23")
|
||||
|
||||
Reference in New Issue
Block a user