An exact match is one that consumes the entire input string, or where the only remaining unused input is a single trailing "/".
"/"
true if the match is exact
true
An exact match is one that consumes the entire input string, or where the only remaining unused input is a single trailing
"/".