core :: NativeRegex :: regcomp
regex
regexec
# Compile the regular expression `regex` into a form that is suitable for subsequent `regexec` searches fun regcomp(regex: CString, cflags: Int): Int `{ return regcomp(self, regex, cflags); `}