Home | History | Annotate | Download | only in pcre

Lines Matching refs:Extract

366   printf("Testing Extract\n");
370 CHECK(RE("(.*)@([^.]*)").Extract("\\2!\\1", "boris@kremvax.ru", &s));
374 CHECK(RE(".*").Extract("'\\0'", "foo", &s));
376 CHECK(!RE("bar").Extract("'\\0'", "baz", &s));
713 CHECK(re.Extract("\\1", str , &captured));
719 re.Extract("\\1",str, &captured );