Devel-RegExp

 view release on metacpan or  search on metacpan

RegExp.xs  view on Meta::CPAN

char *stringarg
I32 len
I32 minend
I32 safebase

void
match(rx, match = -1, base = NULL)
regexp *rx
I32 match
char *base
PPCODE:
     {
	 I32 mx;
	 char *s = rx->subbase, *b, *e;

	 if (s == 0) {
	     if (base == NULL) die("Cannot do regmatch without a saved base");
	     s = base;
	 }
	 if (match == -1) {
	     EXTEND(sp, 2 * rx->nparens);



( run in 1.630 second using v1.01-cache-2.11-cpan-71847e10f99 )