Home | History | Annotate | Download | only in regexp-pcre

Lines Matching full:1116

1195 res[1116] = /a(bc)d/;
2764 assertToStringEquals("abc", res[513].exec("abcd ce"), 1116);
5057 assertToStringEquals("abcd,bc", res[1116].exec("abcd"), 3409);