sanitizeASCIIInPlace

Sanitize a C string from a library.

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

Parameters

inputZ
Type: char[]

Zero-terminated string to sanitize.

Return Value

Type: bool

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

Meta