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.
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.