docs » cp.pattern
Contains pattern matching utility functions.
- Functions - API calls offered directly by the extension
- doesMatch
Signature | cp.pattern.doesMatch(value, searchString[, options]) -> boolean |
---|---|
Type | Function |
Description | Checks if the provided value matches the search string, given the provided options. |
Parameters |
|
Returns |
|
Notes |
|