New version of Keil generates an error when executing a 'File in Files' on
test_clip_long[0x12]
Error shows a dialog box with "Regular expression might be wrong, please check"
This is new from Keil 3
Without having the new IDE available to check - aren't there a checkbox to specify if the search term should use regular expressions or not?
If the find function thinks that you are giving it a regular expression, it will expect [0x12] to be a valid expression. A search without regular expressions will instead just see this substring as 6 characters in sequence.