Hi,
there seems to be an issue with regular expression (SlickEdit) search:
If I perform a case-insensitive search for "raise?*func" in an XML file that contains lines like the following:
RaiseFault(MY_FUNC);
then I get no matches. If I change the search string partially to uppercase, i.e. "raise?*Func", then I get the expected matches.
It looks like the case of the very first letter following the "?*" part is relevant.
Similarly, searching for "raise?*unc" produces no matches, while "raise?*Unc" generates the expected results.
Best regards
Elmar