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

Lines Matching full:1099

1178 res[1099] = /a([bc]+)(c*d)/;
2747 assertToStringEquals("12", res[508].exec("1234abcd"), 1099);
5032 assertToStringEquals("abcd,bc,d", res[1099].exec("abcd"), 3384);