core :: NativeRegex :: malloc
NativeRegex
, it must then be compiled using regcomp
before calling regexec
# Allocate a new `NativeRegex`, it must then be compiled using `regcomp` before calling `regexec`
new malloc `{ return malloc(sizeof(regex_t)); `}
lib/core/re.nit:41,2--42,49