Trigger execution only when provided regex pattern matches.
To stop abuse any regex search has timeout of 2 seconds.
Regex pattern to check against. The max lenght for pattern is 1000 characters.
Example regex used \bh.ll\b
It matches any word where which has h
then any character *
and then double ll
hell
hall
ball
hello