Replaces \uxxxx UTF-16 escapes, full \Uxxxxxxxx UTF-32 codepoint escapes
and other well-known backslash escape sequences with the characters they represent.
Type declaration
(src:string):string
Replaces \uxxxx UTF-16 escapes, full \Uxxxxxxxx UTF-32 codepoint escapes
and other well-known backslash escape sequences (see ESCAPES) with
the characters they represent.
Parameters
src: string
Returns string
Remarks
Any unknown named escape sequences (e.g. \1) will remain as is.
Replaces
\uxxxx
UTF-16 escapes, full\Uxxxxxxxx
UTF-32 codepoint escapes and other well-known backslash escape sequences with the characters they represent.