Does this handle standard text mixed with escapes?
Yes! The parser is highly intelligent. If you paste `Hello \u0057orld`, it will safely skip the normal text and specifically target and decode the escape sequence, outputting `Hello World` seamlessly.