unescapeJavaScriptString manually interprets a JavaScript string, which may contain escape characters. This is sometimes useful when scraping HTML.
Matthew Simoneau (2021). Unescape a JavaScript String (https://www.mathworks.com/matlabcentral/fileexchange/22760-unescape-a-javascript-string), MATLAB Central File Exchange. Retrieved .
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!Create scripts with code, output, and formatted text in a single executable document.
Yes, us, that is a real problem!
There's probably a clever way to avoid this hack, but it didn't come to mind.
hmmm...
matthew,
i had a string, which contained the - certainly valid - word 'THIS_IS_ESCAPED_DUDE'...
and it got all screwed up...
:-)
us