MCPcopy
hub / github.com/witheve/Eve / match

Method match

typings/codemirror/codemirror.d.ts:993–993  ·  view source on GitHub ↗

* Act like a multi-character eat - if consume is true or not given - or a look-ahead that doesn't update the stream * position - if it is false. pattern can be either a string or a regular expression starting with ^. When it is a * string, caseFold can be set to true to make the ma

(pattern: string, consume?: boolean, caseFold?: boolean)

Source from the content-addressed store, hash-verified

991 * expression, the returned value will be the array returned by match, in case you need to extract matched groups.
992 */
993 match(pattern: string, consume?: boolean, caseFold?: boolean): boolean;
994 match(pattern: RegExp, consume?: boolean): string[];
995
996 /**

Callers 15

VimFunction · 0.95
unescapeRegexReplaceFunction · 0.95
parseArgsFunction · 0.95
dedentFunction · 0.80
tokenBaseFunction · 0.80
tokenParenthesizedFunction · 0.80
css.jsFile · 0.80
codemirror.jsFile · 0.80
indentLineFunction · 0.80
extractLineClassesFunction · 0.80
copyHistoryArrayFunction · 0.80
searchOverlayFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected