364 |
End |
End |
365 |
------------------------------------------------------------------ |
------------------------------------------------------------------ |
366 |
Capturing subpattern count = 0 |
Capturing subpattern count = 0 |
|
Contains explicit CR or LF match |
|
367 |
Options: anchored utf8 |
Options: anchored utf8 |
368 |
No first char |
No first char |
369 |
No need char |
No need char |
386 |
End |
End |
387 |
------------------------------------------------------------------ |
------------------------------------------------------------------ |
388 |
Capturing subpattern count = 0 |
Capturing subpattern count = 0 |
|
Contains explicit CR or LF match |
|
389 |
Options: utf8 |
Options: utf8 |
390 |
No first char |
No first char |
391 |
No need char |
No need char |
653 |
End |
End |
654 |
------------------------------------------------------------------ |
------------------------------------------------------------------ |
655 |
Capturing subpattern count = 0 |
Capturing subpattern count = 0 |
|
Contains explicit CR or LF match |
|
656 |
No options |
No options |
657 |
No first char |
No first char |
658 |
No need char |
No need char |
665 |
End |
End |
666 |
------------------------------------------------------------------ |
------------------------------------------------------------------ |
667 |
Capturing subpattern count = 0 |
Capturing subpattern count = 0 |
|
Contains explicit CR or LF match |
|
668 |
Options: utf8 |
Options: utf8 |
669 |
No first char |
No first char |
670 |
No need char |
No need char |
788 |
End |
End |
789 |
------------------------------------------------------------------ |
------------------------------------------------------------------ |
790 |
Capturing subpattern count = 0 |
Capturing subpattern count = 0 |
|
Contains explicit CR or LF match |
|
791 |
No options |
No options |
792 |
No first char |
No first char |
793 |
No need char |
No need char |
800 |
End |
End |
801 |
------------------------------------------------------------------ |
------------------------------------------------------------------ |
802 |
Capturing subpattern count = 0 |
Capturing subpattern count = 0 |
|
Contains explicit CR or LF match |
|
803 |
Options: utf8 |
Options: utf8 |
804 |
No first char |
No first char |
805 |
No need char |
No need char |
936 |
End |
End |
937 |
------------------------------------------------------------------ |
------------------------------------------------------------------ |
938 |
Capturing subpattern count = 1 |
Capturing subpattern count = 1 |
|
Contains explicit CR or LF match |
|
939 |
Options: utf8 |
Options: utf8 |
940 |
No first char |
No first char |
941 |
Need char = 'z' |
Need char = 'z' |
1307 |
0: abc8 |
0: abc8 |
1308 |
0: abc9 |
0: abc9 |
1309 |
|
|
1310 |
/^a\Rb/8 |
/^a\Rb/8<bsr_unicode> |
1311 |
a\nb |
a\nb |
1312 |
0: a\x{0a}b |
0: a\x{0a}b |
1313 |
a\rb |
a\rb |
1329 |
a\n\rb |
a\n\rb |
1330 |
No match |
No match |
1331 |
|
|
1332 |
/^a\R*b/8 |
/^a\R*b/8<bsr_unicode> |
1333 |
ab |
ab |
1334 |
0: ab |
0: ab |
1335 |
a\nb |
a\nb |
1349 |
a\n\r\x{85}\x0cb |
a\n\r\x{85}\x0cb |
1350 |
0: a\x{0a}\x{0d}\x{85}\x{0c}b |
0: a\x{0a}\x{0d}\x{85}\x{0c}b |
1351 |
|
|
1352 |
/^a\R+b/8 |
/^a\R+b/8<bsr_unicode> |
1353 |
a\nb |
a\nb |
1354 |
0: a\x{0a}b |
0: a\x{0a}b |
1355 |
a\rb |
a\rb |
1371 |
ab |
ab |
1372 |
No match |
No match |
1373 |
|
|
1374 |
/^a\R{1,3}b/8 |
/^a\R{1,3}b/8<bsr_unicode> |
1375 |
a\nb |
a\nb |
1376 |
0: a\x{0a}b |
0: a\x{0a}b |
1377 |
a\n\rb |
a\n\rb |
1515 |
\x{7fffffff}\? |
\x{7fffffff}\? |
1516 |
No match |
No match |
1517 |
|
|
1518 |
|
/a\Rb/I8<bsr_anycrlf> |
1519 |
|
Capturing subpattern count = 0 |
1520 |
|
Options: bsr_anycrlf utf8 |
1521 |
|
First char = 'a' |
1522 |
|
Need char = 'b' |
1523 |
|
a\rb |
1524 |
|
0: a\x{0d}b |
1525 |
|
a\nb |
1526 |
|
0: a\x{0a}b |
1527 |
|
a\r\nb |
1528 |
|
0: a\x{0d}\x{0a}b |
1529 |
|
** Failers |
1530 |
|
No match |
1531 |
|
a\x{85}b |
1532 |
|
No match |
1533 |
|
a\x0bb |
1534 |
|
No match |
1535 |
|
|
1536 |
|
/a\Rb/I8<bsr_unicode> |
1537 |
|
Capturing subpattern count = 0 |
1538 |
|
Options: bsr_unicode utf8 |
1539 |
|
First char = 'a' |
1540 |
|
Need char = 'b' |
1541 |
|
a\rb |
1542 |
|
0: a\x{0d}b |
1543 |
|
a\nb |
1544 |
|
0: a\x{0a}b |
1545 |
|
a\r\nb |
1546 |
|
0: a\x{0d}\x{0a}b |
1547 |
|
a\x{85}b |
1548 |
|
0: a\x{85}b |
1549 |
|
a\x0bb |
1550 |
|
0: a\x{0b}b |
1551 |
|
** Failers |
1552 |
|
No match |
1553 |
|
a\x{85}b\<bsr_anycrlf> |
1554 |
|
No match |
1555 |
|
a\x0bb\<bsr_anycrlf> |
1556 |
|
No match |
1557 |
|
|
1558 |
|
/a\R?b/I8<bsr_anycrlf> |
1559 |
|
Capturing subpattern count = 0 |
1560 |
|
Options: bsr_anycrlf utf8 |
1561 |
|
First char = 'a' |
1562 |
|
Need char = 'b' |
1563 |
|
a\rb |
1564 |
|
0: a\x{0d}b |
1565 |
|
a\nb |
1566 |
|
0: a\x{0a}b |
1567 |
|
a\r\nb |
1568 |
|
0: a\x{0d}\x{0a}b |
1569 |
|
** Failers |
1570 |
|
No match |
1571 |
|
a\x{85}b |
1572 |
|
No match |
1573 |
|
a\x0bb |
1574 |
|
No match |
1575 |
|
|
1576 |
|
/a\R?b/I8<bsr_unicode> |
1577 |
|
Capturing subpattern count = 0 |
1578 |
|
Options: bsr_unicode utf8 |
1579 |
|
First char = 'a' |
1580 |
|
Need char = 'b' |
1581 |
|
a\rb |
1582 |
|
0: a\x{0d}b |
1583 |
|
a\nb |
1584 |
|
0: a\x{0a}b |
1585 |
|
a\r\nb |
1586 |
|
0: a\x{0d}\x{0a}b |
1587 |
|
a\x{85}b |
1588 |
|
0: a\x{85}b |
1589 |
|
a\x0bb |
1590 |
|
0: a\x{0b}b |
1591 |
|
** Failers |
1592 |
|
No match |
1593 |
|
a\x{85}b\<bsr_anycrlf> |
1594 |
|
No match |
1595 |
|
a\x0bb\<bsr_anycrlf> |
1596 |
|
No match |
1597 |
|
|
1598 |
|
/.*a.*=.b.*/8<ANY> |
1599 |
|
QQQ\x{2029}ABCaXYZ=!bPQR |
1600 |
|
0: ABCaXYZ=!bPQR |
1601 |
|
** Failers |
1602 |
|
No match |
1603 |
|
a\x{2029}b |
1604 |
|
No match |
1605 |
|
\x61\xe2\x80\xa9\x62 |
1606 |
|
No match |
1607 |
|
|
1608 |
|
/[[:a\x{100}b:]]/8 |
1609 |
|
Failed: unknown POSIX class name at offset 3 |
1610 |
|
|
1611 |
|
/a[^]b/<JS>8 |
1612 |
|
a\x{1234}b |
1613 |
|
0: a\x{1234}b |
1614 |
|
a\nb |
1615 |
|
0: a\x{0a}b |
1616 |
|
** Failers |
1617 |
|
No match |
1618 |
|
ab |
1619 |
|
No match |
1620 |
|
|
1621 |
|
/a[^]+b/<JS>8 |
1622 |
|
aXb |
1623 |
|
0: aXb |
1624 |
|
a\nX\nX\x{1234}b |
1625 |
|
0: a\x{0a}X\x{0a}X\x{1234}b |
1626 |
|
** Failers |
1627 |
|
No match |
1628 |
|
ab |
1629 |
|
No match |
1630 |
|
|
1631 |
|
/(\x{de})\1/ |
1632 |
|
\x{de}\x{de} |
1633 |
|
0: \xde\xde |
1634 |
|
1: \xde |
1635 |
|
\x{123} |
1636 |
|
** Character \x{123} is greater than 255 and UTF-8 mode is not enabled. |
1637 |
|
** Truncation will probably give the wrong result. |
1638 |
|
No match |
1639 |
|
|
1640 |
/ End of testinput5 / |
/ End of testinput5 / |