PathMatcher.matchStart

Match the given {@code path} against the corresponding part of the given {@code pattern}, according to this PathMatcher's matching strategy. <p>Determines whether the pattern at least matches as far as the given base path goes, assuming that a full path may then match as well. @param pattern the pattern to match against @param path the path string to test @return {@code true} if the supplied {@code path} matched, {@code false} if it didn't

interface PathMatcher
bool
matchStart
(
string pattern
,
string path
)

Meta