How should I include the regex library in my code? I've notice an old fork of this esp8266 Arduino repository have the regex.h that I think could use but it has string and wstring dependencies so should I add the whole "/bits" directory?
There's a "regex.h" library in the main esp8266 Arduino repository but I think it's a light version just to compile the necessary code and I should add the whole version in the project by my self.