validateUTF8NoGC

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

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

See Also

ValidateResult

Meta