regmatch_len
int regmatch_len (regmatch_t * m);
snprintf (dest, regmatch_len(m), "%s", src + m->rm_so);
if (regmatch_len (m) < bufsz)