This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

Error shows a dialog box with "Regular expression might be wrong, please check"

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

Parents
  • 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.

Reply
  • 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.

Children
No data