handle case insensitivity with regex
We can configure some alerts to be ignored based on names/objects that are matched using reguler expressions.
Regex is case sensitive, but to avoid having to put all possible combinations in the regex boxes, could that be handled internally by SQL Monitor - for example by uppercasing (or lowercasing) all text before comparing?
1
vote
kevriley
shared this idea
Hi,
SQL Monitor supports all standard .NET regex characters, and uses the IgnoreCase option. All regular expressions are therefore case-insensitive.
Thanks,
Neil Turner
(SQL Monitor product designer)