function toUSVString
Jump to headingtoUSVString(string: string): stringReturns the string after replacing any surrogate code points
(or equivalently, any unpaired surrogate code units) with the
Unicode "replacement character" U+FFFD.
Parameters Jump to heading
Jump to headingstring: stringReturn Type Jump to heading
string