Skip to main content

Type Alias: TextMatch

TextMatch = string | RegExp | TextMatchFunction

Defined in: types.ts:19

Text matching pattern.

Can be a string for exact/substring matching, a RegExp for pattern matching, or a custom function for advanced matching logic.