sanitizeASCIIInPlace

Sanitize a C string from a library.

@trusted pure nothrow @nogc
bool
sanitizeASCIIInPlace
(
char[] inputZ
)

Parameters

inputZ char[]

Zero-terminated string to sanitize.

Return Value

Type: bool

false if at least one character was invalid, true otherwise.

Meta