I have the following very simple regex, which matches HTML tags in a string. I have the case insensitive option set, so that capitalisation of the tags doesn't matter. However, when the 'compiled' option is set, then the 'IgnoreCase' option seems to be ignored.I have the following very simple regex, which m