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

regular extension library for Keil MDK

Hello!
I need to use a search in a line using regular extersion in the code. Tell me, is there a library for such purposes that will work in Keil and compile without errors?

I tried to introduce a library regex.h from Glibc, but I didn't succeed.

Parents
  • The Keil MDK does not contain a library that can search in a string with regular expressions. However, if you have standard C/C++ source code which handles regex searches, you can compile it with the C/C++ Arm compiler, which is part of the Keil MDK. The Arm Compiler version 6 supports even newer C and C++ standards.

Reply
  • The Keil MDK does not contain a library that can search in a string with regular expressions. However, if you have standard C/C++ source code which handles regex searches, you can compile it with the C/C++ Arm compiler, which is part of the Keil MDK. The Arm Compiler version 6 supports even newer C and C++ standards.

Children
No data