- Preparing search index...
- The search index is not available
nope-js-node
Function comparePatternAndPath
- comparePatternAndPath(pathPattern, contentPath, options?): TPathCompareResult
-
Parameters
-
pathPattern: string
-
contentPath: string
-
options: {
matchTopicsWithoutWildcards?: boolean;
} = ...
-
Optional
matchTopicsWithoutWildcards?: boolean
Matches the given path, with the pattern and determines, if the path might affect the given pattern.
Example
Author
M.Karkowski
Export
Returns