validateUTF8NoGC

Validate a UTF-8 string, checking if it is well-formed Unicode.

@trusted pure nothrow @nogc
validateUTF8NoGC
(
const(char[]) str
)

See Also

ValidateResult

Meta