parse

abstract fun parse(path: String): ParsedPath(source)

Returns an object from a path string - the opposite of format().

Parameters

path

path to evaluate.

Throws

{TypeError} if path is not a string.