Compile time regex matching

Jason den Dulk via Digitalmars-d-learn digitalmars-d-learn at puremagic.com
Sun Jul 13 19:21:57 PDT 2014


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


More information about the Digitalmars-d-learn mailing list