isValidElementID

Is this a valid UIElement identifier?

static pure nothrow @nogc @safe
bool
isValidElementID
(
const(char)[] identifier
)

Return Value

Type: bool

true if a valid UIlement unique identifier. This is mapped on HTML ids.

Meta