isValidXMLText11

Checks whether a text contains invalid characters for an XML 1.1 document.

pure nothrow @nogc @safe
bool
isValidXMLText11
(
T
)
(
T[] input
)

Parameters

input T[]

The text to test for.

Return Value

Type: bool

true if text doesn't contain any invalid characters.

Meta