ObjectPath.isValid

struct ObjectPath
static
bool
isValid
pure @nogc nothrow @safe
(
string objPath
)

Return Value

Type: bool

false for empty strings or strings that don't match the pattern (/[0-9A-Za-z_]+)+|/.

Meta