Const
A path that succeeds if it can parse the beginning of the input as a base 10 number.
Not greedy, unlike matchString. It is incompatible with leading slashes, however, so you'll almost certainly want to wrap this in a segment or use the number Path.
matchString
number
A path that succeeds if it can parse the beginning of the input as a base 10 number.
Not greedy, unlike
matchString. It is incompatible with leading slashes, however, so you'll almost certainly want to wrap this in a segment or use thenumberPath.