whereMatches method
The string corresponding to key
matches regex
.
modifiers
reference:
Implementation
ConversationQuery whereMatches(
String key,
String regex, {
String? modifiers,
}) {
condition.whereMatches(key, regex, modifiers);
return this;
}