Hi

I am trying to write some code that uses and matches to regular expressions at compile time, but the compiler won't let me because matchFirst and matchAll make use of malloc().

Is there an alternative that I can use that can be run at compile time?

Thanks in advance.
Jason

Reply via email to