Question
How to run regex in CubeIDE version: 1.11.0
Hello community. I have question. I would like to use regular expressions regex. It adds #include <regex.h> and tries to use the regcomp or regexec function. Unfortunately after compilation I get the error "undefined reference to regcomp". How do I get regex to work in CubeIDE version 1.11.0, what do I need to do?