ObjectPath.isValid

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

Return Value

Type: bool

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

Meta