Regular expression regex.h
Posted: Tue Oct 22, 2019 6:21 pm
I found a header file in esp-idf under newlib but no examples or relevant code snippets online. Is this considered a working library or not? In case it doesn't, is there any alternative or lightweight alternative? Thanks.
Here is a link someone posted a while ago about regex in general:
http://www.cplusplus.com/reference/regex/
Hopefully I can include it but how?
#include <regex.h>
#include "newlib/include/regex.h"
Else? I'll start exploring and post my findings in case someone else reads this post in the future, looking for the same information.
Here is a link someone posted a while ago about regex in general:
http://www.cplusplus.com/reference/regex/
Hopefully I can include it but how?
#include <regex.h>
#include "newlib/include/regex.h"
Else? I'll start exploring and post my findings in case someone else reads this post in the future, looking for the same information.