Parent Directory
|
Revision Log
|
Patch
code/trunk/testdata/testoutput2 revision 57 by nigel, Sat Feb 24 21:39:50 2007 UTC | code/tags/pcre-5.0/testdata/testoutput2 revision 76 by nigel, Sat Feb 24 21:40:39 2007 UTC | |
---|---|---|
# | Line 1 | Line 1 |
1 | PCRE version 3.7 29-Oct-2001 | PCRE version 5.0 13-Sep-2004 |
2 | ||
3 | /(a)b|/ | /(a)b|/ |
4 | Capturing subpattern count = 1 | Capturing subpattern count = 1 |
# | Line 28 No match | Line 28 No match |
28 | Capturing subpattern count = 0 | Capturing subpattern count = 0 |
29 | Options: anchored | Options: anchored |
30 | No first char | No first char |
31 | Need char = 'c' | No need char |
32 | abc | abc |
33 | 0: abc | 0: abc |
34 | \Aabc | \Aabc |
# | Line 42 No match | Line 42 No match |
42 | ||
43 | /a+bc/ | /a+bc/ |
44 | Capturing subpattern count = 0 | Capturing subpattern count = 0 |
45 | Partial matching not supported | |
46 | No options | No options |
47 | First char = 'a' | First char = 'a' |
48 | Need char = 'c' | Need char = 'c' |
49 | ||
50 | /a*bc/ | /a*bc/ |
51 | Capturing subpattern count = 0 | Capturing subpattern count = 0 |
52 | Partial matching not supported | |
53 | No options | No options |
54 | No first char | No first char |
55 | Need char = 'c' | Need char = 'c' |
56 | ||
57 | /a{3}bc/ | /a{3}bc/ |
58 | Capturing subpattern count = 0 | Capturing subpattern count = 0 |
59 | Partial matching not supported | |
60 | No options | No options |
61 | First char = 'a' | First char = 'a' |
62 | Need char = 'c' | Need char = 'c' |
63 | ||
64 | /(abc|a+z)/ | /(abc|a+z)/ |
65 | Capturing subpattern count = 1 | Capturing subpattern count = 1 |
66 | Partial matching not supported | |
67 | No options | No options |
68 | First char = 'a' | First char = 'a' |
69 | No need char | No need char |
# | Line 68 No need char | Line 72 No need char |
72 | Capturing subpattern count = 0 | Capturing subpattern count = 0 |
73 | Options: anchored | Options: anchored |
74 | No first char | No first char |
75 | Need char = 'c' | No need char |
76 | abc | abc |
77 | 0: abc | 0: abc |
78 | *** Failers | *** Failers |
# | Line 91 Failed: number too big in {} quantifier | Line 95 Failed: number too big in {} quantifier |
95 | /[abcd/ | /[abcd/ |
96 | Failed: missing terminating ] for character class at offset 5 | Failed: missing terminating ] for character class at offset 5 |
97 | ||
98 | /[\B]/ | /(?X)[\B]/ |
99 | Failed: invalid escape sequence in character class at offset 2 | Failed: invalid escape sequence in character class at offset 6 |
100 | ||
101 | /[z-a]/ | /[z-a]/ |
102 | Failed: range out of order in character class at offset 3 | Failed: range out of order in character class at offset 3 |
# | Line 111 Failed: unrecognized character after (? | Line 115 Failed: unrecognized character after (? |
115 | ||
116 | /.*b/ | /.*b/ |
117 | Capturing subpattern count = 0 | Capturing subpattern count = 0 |
118 | Partial matching not supported | |
119 | No options | No options |
120 | First char at start or follows \n | First char at start or follows \n |
121 | Need char = 'b' | Need char = 'b' |
122 | ||
123 | /.*?b/ | /.*?b/ |
124 | Capturing subpattern count = 0 | Capturing subpattern count = 0 |
125 | Partial matching not supported | |
126 | No options | No options |
127 | First char at start or follows \n | First char at start or follows \n |
128 | Need char = 'b' | Need char = 'b' |
# | Line 136 Capturing subpattern count = 0 | Line 142 Capturing subpattern count = 0 |
142 | No options | No options |
143 | No first char | No first char |
144 | No need char | No need char |
145 | Starting character set: c d e | Starting byte set: c d e |
146 | this sentence eventually mentions a cat | this sentence eventually mentions a cat |
147 | 0: cat | 0: cat |
148 | this sentences rambles on and on for a while and then reaches elephant | this sentences rambles on and on for a while and then reaches elephant |
# | Line 147 Capturing subpattern count = 0 | Line 153 Capturing subpattern count = 0 |
153 | Options: caseless | Options: caseless |
154 | No first char | No first char |
155 | No need char | No need char |
156 | Starting character set: C D E c d e | Starting byte set: C D E c d e |
157 | this sentence eventually mentions a CAT cat | this sentence eventually mentions a CAT cat |
158 | 0: CAT | 0: CAT |
159 | this sentences rambles on and on for a while to elephant ElePhant | this sentences rambles on and on for a while to elephant ElePhant |
# | Line 158 Capturing subpattern count = 0 | Line 164 Capturing subpattern count = 0 |
164 | No options | No options |
165 | No first char | No first char |
166 | No need char | No need char |
167 | Starting character set: a b c d | Starting byte set: a b c d |
168 | ||
169 | /(a|[^\dZ])/S | /(a|[^\dZ])/S |
170 | Capturing subpattern count = 1 | Capturing subpattern count = 1 |
171 | No options | No options |
172 | No first char | No first char |
173 | No need char | No need char |
174 | Starting character set: \x00 \x01 \x02 \x03 \x04 \x05 \x06 \x07 \x08 \x09 \x0a | Starting byte set: \x00 \x01 \x02 \x03 \x04 \x05 \x06 \x07 \x08 \x09 \x0a |
175 | \x0b \x0c \x0d \x0e \x0f \x10 \x11 \x12 \x13 \x14 \x15 \x16 \x17 \x18 \x19 | \x0b \x0c \x0d \x0e \x0f \x10 \x11 \x12 \x13 \x14 \x15 \x16 \x17 \x18 \x19 |
176 | \x1a \x1b \x1c \x1d \x1e \x1f \x20 ! " # $ % & ' ( ) * + , - . / : ; < = > | \x1a \x1b \x1c \x1d \x1e \x1f \x20 ! " # $ % & ' ( ) * + , - . / : ; < = > |
177 | ? @ A B C D E F G H I J K L M N O P Q R S T U V W X Y [ \ ] ^ _ ` a b c d | ? @ A B C D E F G H I J K L M N O P Q R S T U V W X Y [ \ ] ^ _ ` a b c d |
# | Line 185 Capturing subpattern count = 1 | Line 191 Capturing subpattern count = 1 |
191 | No options | No options |
192 | No first char | No first char |
193 | No need char | No need char |
194 | Starting character set: \x09 \x0a \x0b \x0c \x0d \x20 a b | Starting byte set: \x09 \x0a \x0c \x0d \x20 a b |
195 | ||
196 | /(ab\2)/ | /(ab\2)/ |
197 | Failed: back reference to non-existent subpattern at offset 6 | Failed: reference to non-existent subpattern at offset 6 |
198 | ||
199 | /{4,5}abc/ | /{4,5}abc/ |
200 | Failed: nothing to repeat at offset 4 | Failed: nothing to repeat at offset 4 |
# | Line 281 No match | Line 287 No match |
287 | No match | No match |
288 | ||
289 | /(a)(b)(c)(d)(e)\6/ | /(a)(b)(c)(d)(e)\6/ |
290 | Failed: back reference to non-existent subpattern at offset 17 | Failed: reference to non-existent subpattern at offset 17 |
291 | ||
292 | /the quick brown fox/ | /the quick brown fox/ |
293 | Capturing subpattern count = 0 | Capturing subpattern count = 0 |
# | Line 297 Need char = 'x' | Line 303 Need char = 'x' |
303 | Capturing subpattern count = 0 | Capturing subpattern count = 0 |
304 | Options: anchored | Options: anchored |
305 | No first char | No first char |
306 | Need char = 'x' | No need char |
307 | the quick brown fox | the quick brown fox |
308 | 0: the quick brown fox | 0: the quick brown fox |
309 | *** Failers | *** Failers |
# | Line 320 No need char | Line 326 No need char |
326 | ||
327 | /.*((abc)$|(def))/ | /.*((abc)$|(def))/ |
328 | Capturing subpattern count = 3 | Capturing subpattern count = 3 |
329 | Partial matching not supported | |
330 | No options | No options |
331 | First char at start or follows \n | First char at start or follows \n |
332 | No need char | No need char |
# | Line 396 Failed: missing terminating ] for charac | Line 403 Failed: missing terminating ] for charac |
403 | ||
404 | /[^aeiou ]{3,}/ | /[^aeiou ]{3,}/ |
405 | Capturing subpattern count = 0 | Capturing subpattern count = 0 |
406 | Partial matching not supported | |
407 | No options | No options |
408 | No first char | No first char |
409 | No need char | No need char |
# | Line 404 No need char | Line 412 No need char |
412 | ||
413 | /<.*>/ | /<.*>/ |
414 | Capturing subpattern count = 0 | Capturing subpattern count = 0 |
415 | Partial matching not supported | |
416 | No options | No options |
417 | First char = '<' | First char = '<' |
418 | Need char = '>' | Need char = '>' |
# | Line 412 Need char = '>' | Line 421 Need char = '>' |
421 | ||
422 | /<.*?>/ | /<.*?>/ |
423 | Capturing subpattern count = 0 | Capturing subpattern count = 0 |
424 | Partial matching not supported | |
425 | No options | No options |
426 | First char = '<' | First char = '<' |
427 | Need char = '>' | Need char = '>' |
# | Line 420 Need char = '>' | Line 430 Need char = '>' |
430 | ||
431 | /<.*>/U | /<.*>/U |
432 | Capturing subpattern count = 0 | Capturing subpattern count = 0 |
433 | Partial matching not supported | |
434 | Options: ungreedy | Options: ungreedy |
435 | First char = '<' | First char = '<' |
436 | Need char = '>' | Need char = '>' |
437 | abc<def>ghi<klm>nop | abc<def>ghi<klm>nop |
438 | 0: <def> | 0: <def> |
439 | ||
440 | /<.*>(?U)/ | /(?U)<.*>/ |
441 | Capturing subpattern count = 0 | Capturing subpattern count = 0 |
442 | Partial matching not supported | |
443 | Options: ungreedy | Options: ungreedy |
444 | First char = '<' | First char = '<' |
445 | Need char = '>' | Need char = '>' |
# | Line 436 Need char = '>' | Line 448 Need char = '>' |
448 | ||
449 | /<.*?>/U | /<.*?>/U |
450 | Capturing subpattern count = 0 | Capturing subpattern count = 0 |
451 | Partial matching not supported | |
452 | Options: ungreedy | Options: ungreedy |
453 | First char = '<' | First char = '<' |
454 | Need char = '>' | Need char = '>' |
# | Line 444 Need char = '>' | Line 457 Need char = '>' |
457 | ||
458 | /={3,}/U | /={3,}/U |
459 | Capturing subpattern count = 0 | Capturing subpattern count = 0 |
460 | Partial matching not supported | |
461 | Options: ungreedy | Options: ungreedy |
462 | First char = '=' | First char = '=' |
463 | Need char = '=' | Need char = '=' |
# | Line 452 Need char = '=' | Line 466 Need char = '=' |
466 | ||
467 | /(?U)={3,}?/ | /(?U)={3,}?/ |
468 | Capturing subpattern count = 0 | Capturing subpattern count = 0 |
469 | Partial matching not supported | |
470 | Options: ungreedy | Options: ungreedy |
471 | First char = '=' | First char = '=' |
472 | Need char = '=' | Need char = '=' |
# | Line 486 Failed: lookbehind assertion is not fixe | Line 501 Failed: lookbehind assertion is not fixe |
501 | /(?i)abc/ | /(?i)abc/ |
502 | Capturing subpattern count = 0 | Capturing subpattern count = 0 |
503 | Options: caseless | Options: caseless |
504 | First char = 'a' | First char = 'a' (caseless) |
505 | Need char = 'c' | Need char = 'c' (caseless) |
506 | ||
507 | /(a|(?m)a)/ | /(a|(?m)a)/ |
508 | Capturing subpattern count = 1 | Capturing subpattern count = 1 |
# | Line 499 No need char | Line 514 No need char |
514 | Capturing subpattern count = 0 | Capturing subpattern count = 0 |
515 | Options: anchored caseless | Options: anchored caseless |
516 | No first char | No first char |
517 | Need char = '4' | No need char |
518 | ||
519 | /(^b|(?i)^d)/ | /(^b|(?i)^d)/ |
520 | Capturing subpattern count = 1 | Capturing subpattern count = 1 |
# | Line 510 No need char | Line 525 No need char |
525 | ||
526 | /(?s).*/ | /(?s).*/ |
527 | Capturing subpattern count = 0 | Capturing subpattern count = 0 |
528 | Partial matching not supported | |
529 | Options: anchored dotall | Options: anchored dotall |
530 | No first char | No first char |
531 | No need char | No need char |
# | Line 519 Capturing subpattern count = 0 | Line 535 Capturing subpattern count = 0 |
535 | No options | No options |
536 | No first char | No first char |
537 | No need char | No need char |
538 | Starting character set: a b c d | Starting byte set: a b c d |
539 | ||
540 | /(?i)[abcd]/S | /(?i)[abcd]/S |
541 | Capturing subpattern count = 0 | Capturing subpattern count = 0 |
542 | Options: caseless | Options: caseless |
543 | No first char | No first char |
544 | No need char | No need char |
545 | Starting character set: A B C D a b c d | Starting byte set: A B C D a b c d |
546 | ||
547 | /(?m)[xy]|(b|c)/S | /(?m)[xy]|(b|c)/S |
548 | Capturing subpattern count = 1 | Capturing subpattern count = 1 |
549 | Options: multiline | Options: multiline |
550 | No first char | No first char |
551 | No need char | No need char |
552 | Starting character set: b c x y | Starting byte set: b c x y |
553 | ||
554 | /(^a|^b)/m | /(^a|^b)/m |
555 | Capturing subpattern count = 1 | Capturing subpattern count = 1 |
# | Line 563 Failed: assertion expected after (?( at | Line 579 Failed: assertion expected after (?( at |
579 | Failed: assertion expected after (?( at offset 3 | Failed: assertion expected after (?( at offset 3 |
580 | ||
581 | /(?(?<ab))/ | /(?(?<ab))/ |
582 | Failed: unrecognized character after (?< at offset 2 | Failed: unrecognized character after (?< at offset 5 |
583 | ||
584 | /((?s)blah)\s+\1/ | /((?s)blah)\s+\1/ |
585 | Capturing subpattern count = 1 | Capturing subpattern count = 1 |
586 | Max back reference = 1 | Max back reference = 1 |
587 | Partial matching not supported | |
588 | No options | No options |
589 | First char = 'b' | First char = 'b' |
590 | Need char = 'h' | Need char = 'h' |
# | Line 575 Need char = 'h' | Line 592 Need char = 'h' |
592 | /((?i)blah)\s+\1/ | /((?i)blah)\s+\1/ |
593 | Capturing subpattern count = 1 | Capturing subpattern count = 1 |
594 | Max back reference = 1 | Max back reference = 1 |
595 | Partial matching not supported | |
596 | No options | No options |
597 | Case state changes | Case state changes |
598 | No first char | First char = 'b' (caseless) |
599 | Need char = 'h' | Need char = 'h' (caseless) |
600 | ||
601 | /((?i)b)/DS | /((?i)b)/DS |
602 | ------------------------------------------------------------------ | ------------------------------------------------------------------ |
603 | 0 16 Bra 0 | 0 15 Bra 0 |
604 | 3 8 Bra 1 | 3 7 Bra 1 |
605 | 6 01 Opt | 6 01 Opt |
606 | 8 1 b | 8 NC b |
607 | 11 8 Ket | 10 7 Ket |
608 | 14 00 Opt | 13 00 Opt |
609 | 16 16 Ket | 15 15 Ket |
610 | 19 End | 18 End |
611 | ------------------------------------------------------------------ | ------------------------------------------------------------------ |
612 | Capturing subpattern count = 1 | Capturing subpattern count = 1 |
613 | No options | No options |
614 | Case state changes | Case state changes |
615 | No first char | First char = 'b' (caseless) |
616 | Need char = 'b' | No need char |
617 | Starting character set: B b | Study returned NULL |
618 | ||
619 | /(a*b|(?i:c*(?-i)d))/S | /(a*b|(?i:c*(?-i)d))/S |
620 | Capturing subpattern count = 1 | Capturing subpattern count = 1 |
621 | Partial matching not supported | |
622 | No options | No options |
623 | Case state changes | Case state changes |
624 | No first char | No first char |
625 | No need char | No need char |
626 | Starting character set: C a b c d | Starting byte set: C a b c d |
627 | ||
628 | /a$/ | /a$/ |
629 | Capturing subpattern count = 0 | Capturing subpattern count = 0 |
# | Line 642 No match | Line 661 No match |
661 | Capturing subpattern count = 0 | Capturing subpattern count = 0 |
662 | Options: anchored multiline | Options: anchored multiline |
663 | No first char | No first char |
664 | Need char = 'c' | No need char |
665 | ||
666 | /^abc/m | /^abc/m |
667 | Capturing subpattern count = 0 | Capturing subpattern count = 0 |
# | Line 652 Need char = 'c' | Line 671 Need char = 'c' |
671 | ||
672 | /^((a+)(?U)([ab]+)(?-U)([bc]+)(\w*))/ | /^((a+)(?U)([ab]+)(?-U)([bc]+)(\w*))/ |
673 | Capturing subpattern count = 5 | Capturing subpattern count = 5 |
674 | Partial matching not supported | |
675 | Options: anchored | Options: anchored |
676 | No first char | No first char |
677 | Need char = 'a' | No need char |
678 | aaaaabbbbbcccccdef | aaaaabbbbbcccccdef |
679 | 0: aaaaabbbbbcccccdef | 0: aaaaabbbbbcccccdef |
680 | 1: aaaaabbbbbcccccdef | 1: aaaaabbbbbcccccdef |
# | Line 668 Capturing subpattern count = 0 | Line 688 Capturing subpattern count = 0 |
688 | No options | No options |
689 | No first char | No first char |
690 | No need char | No need char |
691 | Starting character set: a b | Starting byte set: a b |
692 | ||
693 | /(?<!foo)(alpha|omega)/S | /(?<!foo)(alpha|omega)/S |
694 | Capturing subpattern count = 1 | Capturing subpattern count = 1 |
695 | No options | No options |
696 | No first char | No first char |
697 | Need char = 'a' | Need char = 'a' |
698 | Starting character set: a o | Starting byte set: a o |
699 | ||
700 | /(?!alphabet)[ab]/S | /(?!alphabet)[ab]/S |
701 | Capturing subpattern count = 0 | Capturing subpattern count = 0 |
702 | No options | No options |
703 | No first char | No first char |
704 | No need char | No need char |
705 | Starting character set: a b | Starting byte set: a b |
706 | ||
707 | /(?<=foo\n)^bar/m | /(?<=foo\n)^bar/m |
708 | Capturing subpattern count = 0 | Capturing subpattern count = 0 |
709 | Options: multiline | Options: multiline |
710 | No first char | |
711 | Need char = 'r' | |
712 | foo\nbarbar | |
713 | 0: bar | |
714 | ***Failers | |
715 | No match | |
716 | rhubarb | |
717 | No match | |
718 | barbell | |
719 | No match | |
720 | abc\nbarton | |
721 | No match | |
722 | ||
723 | /^(?<=foo\n)bar/m | |
724 | Capturing subpattern count = 0 | |
725 | Options: multiline | |
726 | First char at start or follows \n | First char at start or follows \n |
727 | Need char = 'r' | Need char = 'r' |
728 | foo\nbarbar | |
729 | 0: bar | |
730 | ***Failers | |
731 | No match | |
732 | rhubarb | |
733 | No match | |
734 | barbell | |
735 | No match | |
736 | abc\nbarton | |
737 | No match | |
738 | ||
739 | /(?>^abc)/m | /(?>^abc)/m |
740 | Capturing subpattern count = 0 | Capturing subpattern count = 0 |
# | Line 744 No need char | Line 790 No need char |
790 | ||
791 | /(?>.*)(?<=(abcd)|(xyz))/ | /(?>.*)(?<=(abcd)|(xyz))/ |
792 | Capturing subpattern count = 2 | Capturing subpattern count = 2 |
793 | Partial matching not supported | |
794 | No options | No options |
795 | First char at start or follows \n | First char at start or follows \n |
796 | No need char | No need char |
# | Line 825 Capturing subpattern count = 1 | Line 872 Capturing subpattern count = 1 |
872 | Max back reference = 1 | Max back reference = 1 |
873 | Options: anchored | Options: anchored |
874 | No first char | No first char |
875 | Need char = 'a' | No need char |
876 | aaaaaa | aaaaaa |
877 | 0: aaaaaa | 0: aaaaaa |
878 | 1: aa | 1: aa |
# | Line 864 Failed: nothing to repeat at offset 2 | Line 911 Failed: nothing to repeat at offset 2 |
911 | Failed: unmatched parentheses at offset 0 | Failed: unmatched parentheses at offset 0 |
912 | ||
913 | /\1/ | /\1/ |
914 | Failed: back reference to non-existent subpattern at offset 2 | Failed: reference to non-existent subpattern at offset 2 |
915 | ||
916 | /\2/ | /\2/ |
917 | Failed: back reference to non-existent subpattern at offset 2 | Failed: reference to non-existent subpattern at offset 2 |
918 | ||
919 | /(a)|\2/ | /(a)|\2/ |
920 | Failed: back reference to non-existent subpattern at offset 6 | Failed: reference to non-existent subpattern at offset 6 |
921 | ||
922 | /a[b-a]/i | /a[b-a]/i |
923 | Failed: range out of order in character class at offset 4 | Failed: range out of order in character class at offset 4 |
# | Line 903 Failed: unmatched parentheses at offset | Line 950 Failed: unmatched parentheses at offset |
950 | Failed: missing ) at offset 4 | Failed: missing ) at offset 4 |
951 | ||
952 | /(?<%)b/ | /(?<%)b/ |
953 | Failed: unrecognized character after (?< at offset 0 | Failed: unrecognized character after (?< at offset 3 |
954 | ||
955 | /a(?{)b/ | /a(?{)b/ |
956 | Failed: unrecognized character after (? at offset 3 | Failed: unrecognized character after (? at offset 3 |
# | Line 966 copy substring 5 failed -7 | Line 1013 copy substring 5 failed -7 |
1013 | ||
1014 | /(.{20})/ | /(.{20})/ |
1015 | Capturing subpattern count = 1 | Capturing subpattern count = 1 |
1016 | Partial matching not supported | |
1017 | No options | No options |
1018 | No first char | No first char |
1019 | No need char | No need char |
# | Line 983 copy substring 1 failed -6 | Line 1031 copy substring 1 failed -6 |
1031 | ||
1032 | /(.{15})/ | /(.{15})/ |
1033 | Capturing subpattern count = 1 | Capturing subpattern count = 1 |
1034 | Partial matching not supported | |
1035 | No options | No options |
1036 | No first char | No first char |
1037 | No need char | No need char |
# | Line 997 No need char | Line 1046 No need char |
1046 | ||
1047 | /(.{16})/ | /(.{16})/ |
1048 | Capturing subpattern count = 1 | Capturing subpattern count = 1 |
1049 | Partial matching not supported | |
1050 | No options | No options |
1051 | No first char | No first char |
1052 | No need char | No need char |
# | Line 1015 copy substring 1 failed -6 | Line 1065 copy substring 1 failed -6 |
1065 | Capturing subpattern count = 3 | Capturing subpattern count = 3 |
1066 | Options: anchored | Options: anchored |
1067 | No first char | No first char |
1068 | Need char = 'f' | No need char |
1069 | adef\G1\G2\G3\G4\L | adef\G1\G2\G3\G4\L |
1070 | 0: adef | 0: adef |
1071 | 1: a | 1: a |
# | Line 1053 get substring 4 failed -7 | Line 1103 get substring 4 failed -7 |
1103 | Capturing subpattern count = 0 | Capturing subpattern count = 0 |
1104 | Options: anchored | Options: anchored |
1105 | No first char | No first char |
1106 | Need char = 'f' | No need char |
1107 | abc\00def\L\C0 | abc\00def\L\C0 |
1108 | 0: abc\x00def | 0: abc\x00def |
1109 | 0C abc (7) | 0C abc (7) |
# | Line 1062 Need char = 'f' | Line 1112 Need char = 'f' |
1112 | /word ((?:[a-zA-Z0-9]+ )((?:[a-zA-Z0-9]+ )((?:[a-zA-Z0-9]+ )((?:[a-zA-Z0-9]+ | /word ((?:[a-zA-Z0-9]+ )((?:[a-zA-Z0-9]+ )((?:[a-zA-Z0-9]+ )((?:[a-zA-Z0-9]+ |
1113 | )((?:[a-zA-Z0-9]+ )((?:[a-zA-Z0-9]+ )((?:[a-zA-Z0-9]+ )((?:[a-zA-Z0-9]+ | )((?:[a-zA-Z0-9]+ )((?:[a-zA-Z0-9]+ )((?:[a-zA-Z0-9]+ )((?:[a-zA-Z0-9]+ |
1114 | )?)?)?)?)?)?)?)?)?otherword/M | )?)?)?)?)?)?)?)?)?otherword/M |
1115 | Memory allocation (code space): 428 | Memory allocation (code space): 432 |
1116 | Capturing subpattern count = 8 | Capturing subpattern count = 8 |
1117 | Partial matching not supported | |
1118 | No options | No options |
1119 | First char = 'w' | First char = 'w' |
1120 | Need char = 'd' | Need char = 'd' |
1121 | ||
1122 | /.*X/D | /.*X/D |
1123 | ------------------------------------------------------------------ | ------------------------------------------------------------------ |
1124 | 0 8 Bra 0 | 0 7 Bra 0 |
1125 | 3 Any* | 3 Any* |
1126 | 5 1 X | 5 X |
1127 | 8 8 Ket | 7 7 Ket |
1128 | 11 End | 10 End |
1129 | ------------------------------------------------------------------ | ------------------------------------------------------------------ |
1130 | Capturing subpattern count = 0 | Capturing subpattern count = 0 |
1131 | Partial matching not supported | |
1132 | No options | No options |
1133 | First char at start or follows \n | First char at start or follows \n |
1134 | Need char = 'X' | Need char = 'X' |
1135 | ||
1136 | /.*X/Ds | /.*X/Ds |
1137 | ------------------------------------------------------------------ | ------------------------------------------------------------------ |
1138 | 0 8 Bra 0 | 0 7 Bra 0 |
1139 | 3 Any* | 3 Any* |
1140 | 5 1 X | 5 X |
1141 | 8 8 Ket | 7 7 Ket |
1142 | 11 End | 10 End |
1143 | ------------------------------------------------------------------ | ------------------------------------------------------------------ |
1144 | Capturing subpattern count = 0 | Capturing subpattern count = 0 |
1145 | Partial matching not supported | |
1146 | Options: anchored dotall | Options: anchored dotall |
1147 | No first char | No first char |
1148 | Need char = 'X' | Need char = 'X' |
1149 | ||
1150 | /(.*X|^B)/D | /(.*X|^B)/D |
1151 | ------------------------------------------------------------------ | ------------------------------------------------------------------ |
1152 | 0 21 Bra 0 | 0 19 Bra 0 |
1153 | 3 8 Bra 1 | 3 7 Bra 1 |
1154 | 6 Any* | 6 Any* |
1155 | 8 1 X | 8 X |
1156 | 11 7 Alt | 10 6 Alt |
1157 | 14 ^ | 13 ^ |
1158 | 15 1 B | 14 B |
1159 | 18 15 Ket | 16 13 Ket |
1160 | 21 21 Ket | 19 19 Ket |
1161 | 24 End | 22 End |
1162 | ------------------------------------------------------------------ | ------------------------------------------------------------------ |
1163 | Capturing subpattern count = 1 | Capturing subpattern count = 1 |
1164 | Partial matching not supported | |
1165 | No options | No options |
1166 | First char at start or follows \n | First char at start or follows \n |
1167 | No need char | No need char |
1168 | ||
1169 | /(.*X|^B)/Ds | /(.*X|^B)/Ds |
1170 | ------------------------------------------------------------------ | ------------------------------------------------------------------ |
1171 | 0 21 Bra 0 | 0 19 Bra 0 |
1172 | 3 8 Bra 1 | 3 7 Bra 1 |
1173 | 6 Any* | 6 Any* |
1174 | 8 1 X | 8 X |
1175 | 11 7 Alt | 10 6 Alt |
1176 | 14 ^ | 13 ^ |
1177 | 15 1 B | 14 B |
1178 | 18 15 Ket | 16 13 Ket |
1179 | 21 21 Ket | 19 19 Ket |
1180 | 24 End | 22 End |
1181 | ------------------------------------------------------------------ | ------------------------------------------------------------------ |
1182 | Capturing subpattern count = 1 | Capturing subpattern count = 1 |
1183 | Partial matching not supported | |
1184 | Options: anchored dotall | Options: anchored dotall |
1185 | No first char | No first char |
1186 | No need char | No need char |
1187 | ||
1188 | /(?s)(.*X|^B)/D | /(?s)(.*X|^B)/D |
1189 | ------------------------------------------------------------------ | ------------------------------------------------------------------ |
1190 | 0 21 Bra 0 | 0 19 Bra 0 |
1191 | 3 8 Bra 1 | 3 7 Bra 1 |
1192 | 6 Any* | 6 Any* |
1193 | 8 1 X | 8 X |
1194 | 11 7 Alt | 10 6 Alt |
1195 | 14 ^ | 13 ^ |
1196 | 15 1 B | 14 B |
1197 | 18 15 Ket | 16 13 Ket |
1198 | 21 21 Ket | 19 19 Ket |
1199 | 24 End | 22 End |
1200 | ------------------------------------------------------------------ | ------------------------------------------------------------------ |
1201 | Capturing subpattern count = 1 | Capturing subpattern count = 1 |
1202 | Partial matching not supported | |
1203 | Options: anchored dotall | Options: anchored dotall |
1204 | No first char | No first char |
1205 | No need char | No need char |
1206 | ||
1207 | /(?s:.*X|^B)/D | /(?s:.*X|^B)/D |
1208 | ------------------------------------------------------------------ | ------------------------------------------------------------------ |
1209 | 0 27 Bra 0 | 0 25 Bra 0 |
1210 | 3 10 Bra 0 | 3 9 Bra 0 |
1211 | 6 04 Opt | 6 04 Opt |
1212 | 8 Any* | 8 Any* |
1213 | 10 1 X | 10 X |
1214 | 13 9 Alt | 12 8 Alt |
1215 | 16 04 Opt | 15 04 Opt |
1216 | 18 ^ | 17 ^ |
1217 | 19 1 B | 18 B |
1218 | 22 19 Ket | 20 17 Ket |
1219 | 25 00 Opt | 23 00 Opt |
1220 | 27 27 Ket | 25 25 Ket |
1221 | 30 End | 28 End |
1222 | ------------------------------------------------------------------ | ------------------------------------------------------------------ |
1223 | Capturing subpattern count = 0 | Capturing subpattern count = 0 |
1224 | Partial matching not supported | |
1225 | No options | No options |
1226 | First char at start or follows \n | First char at start or follows \n |
1227 | No need char | No need char |
# | Line 1242 Need char = 's' | Line 1299 Need char = 's' |
1299 | Capturing subpattern count = 0 | Capturing subpattern count = 0 |
1300 | Options: anchored | Options: anchored |
1301 | No first char | No first char |
1302 | Need char = 's' | No need char |
1303 | ississippi | ississippi |
1304 | 0: iss | 0: iss |
1305 | 0+ issippi | 0+ issippi |
1306 | ||
1307 | /.*iss/g+ | /.*iss/g+ |
1308 | Capturing subpattern count = 0 | Capturing subpattern count = 0 |
1309 | Partial matching not supported | |
1310 | No options | No options |
1311 | First char at start or follows \n | First char at start or follows \n |
1312 | Need char = 's' | Need char = 's' |
# | Line 1292 Need char = 'i' | Line 1350 Need char = 'i' |
1350 | Capturing subpattern count = 0 | Capturing subpattern count = 0 |
1351 | Options: anchored | Options: anchored |
1352 | No first char | No first char |
1353 | Need char = 's' | No need char |
1354 | Mississippi | Mississippi |
1355 | 0: Mis | 0: Mis |
1356 | 0+ sissippi | 0+ sissippi |
# | Line 1301 Need char = 's' | Line 1359 Need char = 's' |
1359 | Capturing subpattern count = 0 | Capturing subpattern count = 0 |
1360 | Options: anchored | Options: anchored |
1361 | No first char | No first char |
1362 | Need char = 10 | No need char |
1363 | ab\nab\ncd | ab\nab\ncd |
1364 | 0: ab\x0a | 0: ab\x0a |
1365 | 0+ ab\x0acd | 0+ ab\x0acd |
# | Line 1349 Need char = 'c' | Line 1407 Need char = 'c' |
1407 | ||
1408 | /a*/ | /a*/ |
1409 | Capturing subpattern count = 0 | Capturing subpattern count = 0 |
1410 | Partial matching not supported | |
1411 | No options | No options |
1412 | No first char | No first char |
1413 | No need char | No need char |
1414 | ||
1415 | /a+/ | /a+/ |
1416 | Capturing subpattern count = 0 | Capturing subpattern count = 0 |
1417 | Partial matching not supported | |
1418 | No options | No options |
1419 | First char = 'a' | First char = 'a' |
1420 | No need char | No need char |
1421 | ||
1422 | /(baa|a+)/ | /(baa|a+)/ |
1423 | Capturing subpattern count = 1 | Capturing subpattern count = 1 |
1424 | Partial matching not supported | |
1425 | No options | No options |
1426 | No first char | No first char |
1427 | Need char = 'a' | Need char = 'a' |
1428 | ||
1429 | /a{0,3}/ | /a{0,3}/ |
1430 | Capturing subpattern count = 0 | Capturing subpattern count = 0 |
1431 | Partial matching not supported | |
1432 | No options | No options |
1433 | No first char | No first char |
1434 | No need char | No need char |
1435 | ||
1436 | /baa{3,}/ | /baa{3,}/ |
1437 | Capturing subpattern count = 0 | Capturing subpattern count = 0 |
1438 | Partial matching not supported | |
1439 | No options | No options |
1440 | First char = 'b' | First char = 'b' |
1441 | Need char = 'a' | Need char = 'a' |
1442 | ||
1443 | /"([^\\"]+|\\.)*"/ | /"([^\\"]+|\\.)*"/ |
1444 | Capturing subpattern count = 1 | Capturing subpattern count = 1 |
1445 | Partial matching not supported | |
1446 | No options | No options |
1447 | First char = '"' | First char = '"' |
1448 | Need char = '"' | Need char = '"' |
# | Line 1433 Need char = 'b' | Line 1497 Need char = 'b' |
1497 | ||
1498 | /abc*/ | /abc*/ |
1499 | Capturing subpattern count = 0 | Capturing subpattern count = 0 |
1500 | Partial matching not supported | |
1501 | No options | No options |
1502 | First char = 'a' | First char = 'a' |
1503 | Need char = 'b' | Need char = 'b' |
1504 | ||
1505 | /ab.c*/ | /ab.c*/ |
1506 | Capturing subpattern count = 0 | Capturing subpattern count = 0 |
1507 | Partial matching not supported | |
1508 | No options | No options |
1509 | First char = 'a' | First char = 'a' |
1510 | Need char = 'b' | Need char = 'b' |
1511 | ||
1512 | /a.c*/ | /a.c*/ |
1513 | Capturing subpattern count = 0 | Capturing subpattern count = 0 |
1514 | Partial matching not supported | |
1515 | No options | No options |
1516 | First char = 'a' | First char = 'a' |
1517 | No need char | No need char |
1518 | ||
1519 | /.c*/ | /.c*/ |
1520 | Capturing subpattern count = 0 | Capturing subpattern count = 0 |
1521 | Partial matching not supported | |
1522 | No options | No options |
1523 | No first char | No first char |
1524 | No need char | No need char |
1525 | ||
1526 | /ac*/ | /ac*/ |
1527 | Capturing subpattern count = 0 | Capturing subpattern count = 0 |
1528 | Partial matching not supported | |
1529 | No options | No options |
1530 | First char = 'a' | First char = 'a' |
1531 | No need char | No need char |
1532 | ||
1533 | /(a.c*|b.c*)/ | /(a.c*|b.c*)/ |
1534 | Capturing subpattern count = 1 | Capturing subpattern count = 1 |
1535 | Partial matching not supported | |
1536 | No options | No options |
1537 | No first char | No first char |
1538 | No need char | No need char |
1539 | ||
1540 | /a.c*|aba/ | /a.c*|aba/ |
1541 | Capturing subpattern count = 0 | Capturing subpattern count = 0 |
1542 | Partial matching not supported | |
1543 | No options | No options |
1544 | First char = 'a' | First char = 'a' |
1545 | No need char | No need char |
1546 | ||
1547 | /.+a/ | /.+a/ |
1548 | Capturing subpattern count = 0 | Capturing subpattern count = 0 |
1549 | Partial matching not supported | |
1550 | No options | No options |
1551 | No first char | No first char |
1552 | Need char = 'a' | Need char = 'a' |
1553 | ||
1554 | /(?=abcda)a.*/ | /(?=abcda)a.*/ |
1555 | Capturing subpattern count = 0 | Capturing subpattern count = 0 |
1556 | Partial matching not supported | |
1557 | No options | No options |
1558 | First char = 'a' | First char = 'a' |
1559 | No need char | Need char = 'a' |
1560 | ||
1561 | /(?=a)a.*/ | /(?=a)a.*/ |
1562 | Capturing subpattern count = 0 | Capturing subpattern count = 0 |
1563 | Partial matching not supported | |
1564 | No options | No options |
1565 | First char = 'a' | First char = 'a' |
1566 | No need char | No need char |
# | Line 1499 No need char | Line 1573 No need char |
1573 | ||
1574 | /a\d*/ | /a\d*/ |
1575 | Capturing subpattern count = 0 | Capturing subpattern count = 0 |
1576 | Partial matching not supported | |
1577 | No options | No options |
1578 | First char = 'a' | First char = 'a' |
1579 | No need char | No need char |
1580 | ||
1581 | /ab\d*/ | /ab\d*/ |
1582 | Capturing subpattern count = 0 | Capturing subpattern count = 0 |
1583 | Partial matching not supported | |
1584 | No options | No options |
1585 | First char = 'a' | First char = 'a' |
1586 | Need char = 'b' | Need char = 'b' |
# | Line 1523 Need char = 'd' | Line 1599 Need char = 'd' |
1599 | ||
1600 | /ab\d+/ | /ab\d+/ |
1601 | Capturing subpattern count = 0 | Capturing subpattern count = 0 |
1602 | Partial matching not supported | |
1603 | No options | No options |
1604 | First char = 'a' | First char = 'a' |
1605 | Need char = 'b' | Need char = 'b' |
# | Line 1640 Study returned NULL | Line 1717 Study returned NULL |
1717 | \) # Closing ) | \) # Closing ) |
1718 | /x | /x |
1719 | Capturing subpattern count = 0 | Capturing subpattern count = 0 |
1720 | Partial matching not supported | |
1721 | Options: extended | Options: extended |
1722 | First char = '(' | First char = '(' |
1723 | Need char = ')' | Need char = ')' |
# | Line 1668 No match | Line 1746 No match |
1746 | ||
1747 | /\( ( (?>[^()]+) | (?R) )* \) /xg | /\( ( (?>[^()]+) | (?R) )* \) /xg |
1748 | Capturing subpattern count = 1 | Capturing subpattern count = 1 |
1749 | Partial matching not supported | |
1750 | Options: extended | Options: extended |
1751 | First char = '(' | First char = '(' |
1752 | Need char = ')' | Need char = ')' |
# | Line 1682 Need char = ')' | Line 1761 Need char = ')' |
1761 | ||
1762 | /\( (?: (?>[^()]+) | (?R) ) \) /x | /\( (?: (?>[^()]+) | (?R) ) \) /x |
1763 | Capturing subpattern count = 0 | Capturing subpattern count = 0 |
1764 | Partial matching not supported | |
1765 | Options: extended | Options: extended |
1766 | First char = '(' | First char = '(' |
1767 | Need char = ')' | Need char = ')' |
# | Line 1700 No match | Line 1780 No match |
1780 | ||
1781 | /\( (?: (?>[^()]+) | (?R) )? \) /x | /\( (?: (?>[^()]+) | (?R) )? \) /x |
1782 | Capturing subpattern count = 0 | Capturing subpattern count = 0 |
1783 | Partial matching not supported | |
1784 | Options: extended | Options: extended |
1785 | First char = '(' | First char = '(' |
1786 | Need char = ')' | Need char = ')' |
# | Line 1710 Need char = ')' | Line 1791 Need char = ')' |
1791 | ||
1792 | /\( ( (?>[^()]+) | (?R) )* \) /x | /\( ( (?>[^()]+) | (?R) )* \) /x |
1793 | Capturing subpattern count = 1 | Capturing subpattern count = 1 |
1794 | Partial matching not supported | |
1795 | Options: extended | Options: extended |
1796 | First char = '(' | First char = '(' |
1797 | Need char = ')' | Need char = ')' |
# | Line 1719 Need char = ')' | Line 1801 Need char = ')' |
1801 | ||
1802 | /\( ( ( (?>[^()]+) | (?R) )* ) \) /x | /\( ( ( (?>[^()]+) | (?R) )* ) \) /x |
1803 | Capturing subpattern count = 2 | Capturing subpattern count = 2 |
1804 | Partial matching not supported | |
1805 | Options: extended | Options: extended |
1806 | First char = '(' | First char = '(' |
1807 | Need char = ')' | Need char = ')' |
# | Line 1729 Need char = ')' | Line 1812 Need char = ')' |
1812 | ||
1813 | /\( (123)? ( ( (?>[^()]+) | (?R) )* ) \) /x | /\( (123)? ( ( (?>[^()]+) | (?R) )* ) \) /x |
1814 | Capturing subpattern count = 3 | Capturing subpattern count = 3 |
1815 | Partial matching not supported | |
1816 | Options: extended | Options: extended |
1817 | First char = '(' | First char = '(' |
1818 | Need char = ')' | Need char = ')' |
# | Line 1745 Need char = ')' | Line 1829 Need char = ')' |
1829 | ||
1830 | /\( ( (123)? ( (?>[^()]+) | (?R) )* ) \) /x | /\( ( (123)? ( (?>[^()]+) | (?R) )* ) \) /x |
1831 | Capturing subpattern count = 3 | Capturing subpattern count = 3 |
1832 | Partial matching not supported | |
1833 | Options: extended | Options: extended |
1834 | First char = '(' | First char = '(' |
1835 | Need char = ')' | Need char = ')' |
# | Line 1761 Need char = ')' | Line 1846 Need char = ')' |
1846 | ||
1847 | /\( (((((((((( ( (?>[^()]+) | (?R) )* )))))))))) \) /x | /\( (((((((((( ( (?>[^()]+) | (?R) )* )))))))))) \) /x |
1848 | Capturing subpattern count = 11 | Capturing subpattern count = 11 |
1849 | Partial matching not supported | |
1850 | Options: extended | Options: extended |
1851 | First char = '(' | First char = '(' |
1852 | Need char = ')' | Need char = ')' |
# | Line 1780 Need char = ')' | Line 1866 Need char = ')' |
1866 | ||
1867 | /\( ( ( (?>[^()<>]+) | ((?>[^()]+)) | (?R) )* ) \) /x | /\( ( ( (?>[^()<>]+) | ((?>[^()]+)) | (?R) )* ) \) /x |
1868 | Capturing subpattern count = 3 | Capturing subpattern count = 3 |
1869 | Partial matching not supported | |
1870 | Options: extended | Options: extended |
1871 | First char = '(' | First char = '(' |
1872 | Need char = ')' | Need char = ')' |
# | Line 1787 Need char = ')' | Line 1874 Need char = ')' |
1874 | 0: (abcd(xyz<p>qrs)123) | 0: (abcd(xyz<p>qrs)123) |
1875 | 1: abcd(xyz<p>qrs)123 | 1: abcd(xyz<p>qrs)123 |
1876 | 2: 123 | 2: 123 |
1877 | 3: <p>qrs | 3: <unset> |
1878 | ||
1879 | /\( ( ( (?>[^()]+) | ((?R)) )* ) \) /x | /\( ( ( (?>[^()]+) | ((?R)) )* ) \) /x |
1880 | Capturing subpattern count = 3 | Capturing subpattern count = 3 |
1881 | Partial matching not supported | |
1882 | Options: extended | Options: extended |
1883 | First char = '(' | First char = '(' |
1884 | Need char = ')' | Need char = ')' |
# | Line 1818 Options: anchored | Line 1906 Options: anchored |
1906 | No first char | No first char |
1907 | No need char | No need char |
1908 | ||
1909 | /^[[:^alnum:]]/D | |
1910 | ------------------------------------------------------------------ | |
1911 | 0 37 Bra 0 | |
1912 | 3 ^ | |
1913 | 4 [\x00-/:-@[-`{-\xff] | |
1914 | 37 37 Ket | |
1915 | 40 End | |
1916 | ------------------------------------------------------------------ | |
1917 | Capturing subpattern count = 0 | |
1918 | Options: anchored | |
1919 | No first char | |
1920 | No need char | |
1921 | ||
1922 | /^[[:alpha:]]/D | /^[[:alpha:]]/D |
1923 | ------------------------------------------------------------------ | ------------------------------------------------------------------ |
1924 | 0 37 Bra 0 | 0 37 Bra 0 |
# | Line 1830 Capturing subpattern count = 0 | Line 1931 Capturing subpattern count = 0 |
1931 | Options: anchored | Options: anchored |
1932 | No first char | No first char |
1933 | No need char | No need char |
1934 | ||
1935 | /^[[:^alpha:]]/D | |
1936 | ------------------------------------------------------------------ | |
1937 | 0 37 Bra 0 | |
1938 | 3 ^ | |
1939 | 4 [\x00-@[-`{-\xff] | |
1940 | 37 37 Ket | |
1941 | 40 End | |
1942 | ------------------------------------------------------------------ | |
1943 | Capturing subpattern count = 0 | |
1944 | Options: anchored | |
1945 | No first char | |
1946 | No need char | |
1947 | ||
1948 | /^[[:ascii:]]/D | /^[[:ascii:]]/D |
1949 | ------------------------------------------------------------------ | ------------------------------------------------------------------ |
# | Line 1844 Options: anchored | Line 1958 Options: anchored |
1958 | No first char | No first char |
1959 | No need char | No need char |
1960 | ||
1961 | /^[[:^ascii:]]/D | |
1962 | ------------------------------------------------------------------ | |
1963 | 0 37 Bra 0 | |
1964 | 3 ^ | |
1965 | 4 [\x80-\xff] | |
1966 | 37 37 Ket | |
1967 | 40 End | |
1968 | ------------------------------------------------------------------ | |
1969 | Capturing subpattern count = 0 | |
1970 | Options: anchored | |
1971 | No first char | |
1972 | No need char | |
1973 | ||
1974 | /^[[:blank:]]/D | |
1975 | ------------------------------------------------------------------ | |
1976 | 0 37 Bra 0 | |
1977 | 3 ^ | |
1978 | 4 [\x09 ] | |
1979 | 37 37 Ket | |
1980 | 40 End | |
1981 | ------------------------------------------------------------------ | |
1982 | Capturing subpattern count = 0 | |
1983 | Options: anchored | |
1984 | No first char | |
1985 | No need char | |
1986 | ||
1987 | /^[[:cntrl:]]/D | /^[[:cntrl:]]/D |
1988 | ------------------------------------------------------------------ | ------------------------------------------------------------------ |
1989 | 0 37 Bra 0 | 0 37 Bra 0 |
# | Line 1991 No need char | Line 2131 No need char |
2131 | ------------------------------------------------------------------ | ------------------------------------------------------------------ |
2132 | 0 37 Bra 0 | 0 37 Bra 0 |
2133 | 3 ^ | 3 ^ |
2134 | 4 [\x00-/1-2:-\xff] | 4 [\x00-/12:-\xff] |
2135 | 37 37 Ket | |
2136 | 40 End | |
2137 | ------------------------------------------------------------------ | |
2138 | Capturing subpattern count = 0 | |
2139 | Options: anchored | |
2140 | No first char | |
2141 | No need char | |
2142 | ||
2143 | /^[[:^blank:]]/D | |
2144 | ------------------------------------------------------------------ | |
2145 | 0 37 Bra 0 | |
2146 | 3 ^ | |
2147 | 4 [\x00-\x08\x0a-\x1f!-\xff] | |
2148 | 37 37 Ket | 37 37 Ket |
2149 | 40 End | 40 End |
2150 | ------------------------------------------------------------------ | ------------------------------------------------------------------ |
# | Line 2003 No need char | Line 2156 No need char |
2156 | /[01[:alpha:]%]/D | /[01[:alpha:]%]/D |
2157 | ------------------------------------------------------------------ | ------------------------------------------------------------------ |
2158 | 0 36 Bra 0 | 0 36 Bra 0 |
2159 | 3 [%0-1A-Za-z] | 3 [%01A-Za-z] |
2160 | 36 36 Ket | 36 36 Ket |
2161 | 39 End | 39 End |
2162 | ------------------------------------------------------------------ | ------------------------------------------------------------------ |
# | Line 2076 Need char = 'd' | Line 2229 Need char = 'd' |
2229 | /(\d+(?:\s|$))(\d+(?:\s|$))(\d+(?:\s|$))(\d+(?:\s|$))(\d+(?:\s|$))(\d+(?:\s|$))(\d+(?:\s|$))(\d+(?:\s|$))(\d+(?:\s|$))(\d+(?:\s|$))(\d+(?:\s|$))(\d+(?:\s|$))(\d+(?:\s|$))(\d+(?:\s|$))(\d+(?:\s|$))(\d+(?:\s|$))(\d+(?:\s|$))(\d+(?:\s|$))(\d+(?:\s|$))(\d+(?:\s|$))(\d+(?:\s|$))(\d+(?:\s|$))(\d+(?:\s|$))(\d+(?:\s|$))(\d+(?:\s|$))(\d+(?:\s|$))(\d+(?:\s|$))(\d+(?:\s|$))(\d+(?:\s|$))(\d+(?:\s|$))(\d+(?:\s|$))(\d+(?:\s|$))(\d+(?:\s|$))(\d+(?:\s|$))(\d+(?:\s|$))(\d+(?:\s|$))(\d+(?:\s|$))(\d+(?:\s|$))(\d+(?:\s|$))(\d+(?:\s|$))(\d+(?:\s|$))(\d+(?:\s|$))(\d+(?:\s|$))(\d+(?:\s|$))(\d+(?:\s|$))(\d+(?:\s|$))(\d+(?:\s|$))(\d+(?:\s|$))(\d+(?:\s|$))(\d+(?:\s|$))(\d+(?:\s|$))(\d+(?:\s|$))(\d+(?:\s|$))(\d+(?:\s|$))(\d+(?:\s|$))(\d+(?:\s|$))(\d+(?:\s|$))(\d+(?:\s|$))(\d+(?:\s|$))(\d+(?:\s|$))(\d+(?:\s|$))(\d+(?:\s|$))(\d+(?:\s|$))(\d+(?:\s|$))(\d+(?:\s|$))(\d+(?:\s|$))(\d+(?:\s|$))(\d+(?:\s|$))(\d+(?:\s|$))(\d+(?:\s|$))(\d+(?:\s|$))(\d+(?:\s|$))(\d+(?:\s|$))(\d+(?:\s|$))(\d+(?:\s|$))(\d+(?:\s|$))(\d+(?:\s|$))(\d+(?:\s|$))(\d+(?:\s|$))(\d+(?:\s|$))(\d+(?:\s|$))(\d+(?:\s|$))(\d+(?:\s|$))(\d+(?:\s|$))(\d+(?:\s|$))(\d+(?:\s|$))(\d+(?:\s|$))(\d+(?:\s|$))(\d+(?:\s|$))(\d+(?:\s|$))(\d+(?:\s|$))(\d+(?:\s|$))(\d+(?:\s|$))(\d+(?:\s|$))(\d+(?:\s|$))(\d+(?:\s|$))(\d+(?:\s|$))(\d+(?:\s|$))(\d+(?:\s|$))(\d+(?:\s|$))(\d+(?:\s|$))(\d+(?:\s|$))(\d+(?:\s|$))(\d+(?:\s|$))(\d+(?:\s|$))(\d+(?:\s|$))(\d+(?:\s|$))(\d+(?:\s|$))(\d+(?:\s|$))(\d+(?:\s|$))(\d+(?:\s|$))(\d+(?:\s|$))(\d+(?:\s|$))(\d+(?:\s|$))(\d+(?:\s|$))(\d+(?:\s|$))(\d+(?:\s|$))(\d+(?:\s|$))(\d+(?:\s|$))(\d+(?:\s|$))(\d+(?:\s|$))(\d+(?:\s|$))(\d+(?:\s|$))(\d+(?:\s|$))(\d+(?:\s|$))(\d+(?:\s|$))(\d+(?:\s|$))(\d+(?:\s|$))(\d+(?:\s|$))(\d+(?:\s|$))(\d+(?:\s|$))(\d+(?:\s|$))(\d+(?:\s|$))(\d+(?:\s|$))(\d+(?:\s|$))(\d+(?:\s|$))(\d+(?:\s|$))(\d+(?:\s|$))(\d+(?:\s|$))(\d+(?:\s|$))(\d+(?:\s|$))(\d+(?:\s|$))(\d+(?:\s|$))(\d+(?:\s|$))(\d+(?:\s|$))(\d+(?:\s|$))(\d+(?:\s|$))(\d+(?:\s|$))(\d+(?:\s|$))(\d+(?:\s|$))(\d+(?:\s|$))(\d+(?:\s|$))(\d+(?:\s|$))(\d+(?:\s|$))(\d+(?:\s|$))(\d+(?:\s|$))(\d+(?:\s|$))(\d+(?:\s|$))(\d+(?:\s|$))(\d+(?:\s|$))(\d+(?:\s|$))(\d+(?:\s|$))(\d+(?:\s|$))(\d+(?:\s|$))(\d+(?:\s|$))(\d+(?:\s|$))(\d+(?:\s|$))(\d+(?:\s|$))(\d+(?:\s|$))(\d+(?:\s|$))(\d+(?:\s|$))(\d+(?:\s|$))(\d+(?:\s|$))(\d+(?:\s|$))(\d+(?:\s|$))(\d+(?:\s|$))(\d+(?:\s|$))(\d+(?:\s|$))(\d+(?:\s|$))(\d+(?:\s|$))(\d+(?:\s|$))(\d+(?:\s|$))(\d+(?:\s|$))(\d+(?:\s|$))(\d+(?:\s|$))(\d+(?:\s|$))(\d+(?:\s|$))(\d+(?:\s|$))(\d+(?:\s|$))(\d+(?:\s|$))(\d+(?:\s|$))(\d+(?:\s|$))(\d+(?:\s|$))(\d+(?:\s|$))(\d+(?:\s|$))(\d+(?:\s|$))(\d+(?:\s|$))(\d+(?:\s|$))(\d+(?:\s|$))(\d+(?:\s|$))(\d+(?:\s|$))(\d+(?:\s|$))(\d+(?:\s|$))(\d+(?:\s|$))(\d+(?:\s|$))(\d+(?:\s|$))(\d+(?:\s|$))(\d+(?:\s|$))(\d+(?:\s|$))(\d+(?:\s|$))(\d+(?:\s|$))(\d+(?:\s|$))(\d+(?:\s|$))(\d+(?:\s|$))(\d+(?:\s|$))(\d+(?:\s|$))(\d+(?:\s|$))(\d+(?:\s|$))(\d+(?:\s|$))(\d+(?:\s|$))(\d+(?:\s|$))(\d+(?:\s|$))(\d+(?:\s|$))(\d+(?:\s|$))(\d+(?:\s|$))(\d+(?:\s|$))(\d+(?:\s|$))(\d+(?:\s|$))(\d+(?:\s|$))(\d+(?:\s|$))(\d+(?:\s|$))(\d+(?:\s|$))(\d+(?:\s|$))(\d+(?:\s|$))(\d+(?:\s|$))(\d+(?:\s|$))(\d+(?:\s|$))(\d+(?:\s|$))(\d+(?:\s|$))(\d+(?:\s|$))(\d+(?:\s|$))(\d+(?:\s|$))(\d+(?:\s|$))(\d+(?:\s|$))(\d+(?:\s|$))(\d+(?:\s|$))(\d+(?:\s|$))(\d+(?:\s|$))(\d+(?:\s|$))(\d+(?:\s|$))(\d+(?:\s|$))(\d+(?:\s|$))(\d+(?:\s|$))(\d+(?:\s|$))(\d+(?:\s|$))(\d+(?:\s|$))(\d+(?:\s|$))(\d+(?:\s|$))(\d+(?:\s|$))(\d+(?:\s|$))(\d+(?:\s|$))(\d+(?:\s|$))(\d+(?:\s|$))(\d+(?:\s|$))(\d+(?:\s|$))(\d+(?:\s|$))(\d+(?:\s|$))(\d+(?:\s|$))(\d+(?:\s|$))(\w+)\s+(\270)/ | /(\d+(?:\s|$))(\d+(?:\s|$))(\d+(?:\s|$))(\d+(?:\s|$))(\d+(?:\s|$))(\d+(?:\s|$))(\d+(?:\s|$))(\d+(?:\s|$))(\d+(?:\s|$))(\d+(?:\s|$))(\d+(?:\s|$))(\d+(?:\s|$))(\d+(?:\s|$))(\d+(?:\s|$))(\d+(?:\s|$))(\d+(?:\s|$))(\d+(?:\s|$))(\d+(?:\s|$))(\d+(?:\s|$))(\d+(?:\s|$))(\d+(?:\s|$))(\d+(?:\s|$))(\d+(?:\s|$))(\d+(?:\s|$))(\d+(?:\s|$))(\d+(?:\s|$))(\d+(?:\s|$))(\d+(?:\s|$))(\d+(?:\s|$))(\d+(?:\s|$))(\d+(?:\s|$))(\d+(?:\s|$))(\d+(?:\s|$))(\d+(?:\s|$))(\d+(?:\s|$))(\d+(?:\s|$))(\d+(?:\s|$))(\d+(?:\s|$))(\d+(?:\s|$))(\d+(?:\s|$))(\d+(?:\s|$))(\d+(?:\s|$))(\d+(?:\s|$))(\d+(?:\s|$))(\d+(?:\s|$))(\d+(?:\s|$))(\d+(?:\s|$))(\d+(?:\s|$))(\d+(?:\s|$))(\d+(?:\s|$))(\d+(?:\s|$))(\d+(?:\s|$))(\d+(?:\s|$))(\d+(?:\s|$))(\d+(?:\s|$))(\d+(?:\s|$))(\d+(?:\s|$))(\d+(?:\s|$))(\d+(?:\s|$))(\d+(?:\s|$))(\d+(?:\s|$))(\d+(?:\s|$))(\d+(?:\s|$))(\d+(?:\s|$))(\d+(?:\s|$))(\d+(?:\s|$))(\d+(?:\s|$))(\d+(?:\s|$))(\d+(?:\s|$))(\d+(?:\s|$))(\d+(?:\s|$))(\d+(?:\s|$))(\d+(?:\s|$))(\d+(?:\s|$))(\d+(?:\s|$))(\d+(?:\s|$))(\d+(?:\s|$))(\d+(?:\s|$))(\d+(?:\s|$))(\d+(?:\s|$))(\d+(?:\s|$))(\d+(?:\s|$))(\d+(?:\s|$))(\d+(?:\s|$))(\d+(?:\s|$))(\d+(?:\s|$))(\d+(?:\s|$))(\d+(?:\s|$))(\d+(?:\s|$))(\d+(?:\s|$))(\d+(?:\s|$))(\d+(?:\s|$))(\d+(?:\s|$))(\d+(?:\s|$))(\d+(?:\s|$))(\d+(?:\s|$))(\d+(?:\s|$))(\d+(?:\s|$))(\d+(?:\s|$))(\d+(?:\s|$))(\d+(?:\s|$))(\d+(?:\s|$))(\d+(?:\s|$))(\d+(?:\s|$))(\d+(?:\s|$))(\d+(?:\s|$))(\d+(?:\s|$))(\d+(?:\s|$))(\d+(?:\s|$))(\d+(?:\s|$))(\d+(?:\s|$))(\d+(?:\s|$))(\d+(?:\s|$))(\d+(?:\s|$))(\d+(?:\s|$))(\d+(?:\s|$))(\d+(?:\s|$))(\d+(?:\s|$))(\d+(?:\s|$))(\d+(?:\s|$))(\d+(?:\s|$))(\d+(?:\s|$))(\d+(?:\s|$))(\d+(?:\s|$))(\d+(?:\s|$))(\d+(?:\s|$))(\d+(?:\s|$))(\d+(?:\s|$))(\d+(?:\s|$))(\d+(?:\s|$))(\d+(?:\s|$))(\d+(?:\s|$))(\d+(?:\s|$))(\d+(?:\s|$))(\d+(?:\s|$))(\d+(?:\s|$))(\d+(?:\s|$))(\d+(?:\s|$))(\d+(?:\s|$))(\d+(?:\s|$))(\d+(?:\s|$))(\d+(?:\s|$))(\d+(?:\s|$))(\d+(?:\s|$))(\d+(?:\s|$))(\d+(?:\s|$))(\d+(?:\s|$))(\d+(?:\s|$))(\d+(?:\s|$))(\d+(?:\s|$))(\d+(?:\s|$))(\d+(?:\s|$))(\d+(?:\s|$))(\d+(?:\s|$))(\d+(?:\s|$))(\d+(?:\s|$))(\d+(?:\s|$))(\d+(?:\s|$))(\d+(?:\s|$))(\d+(?:\s|$))(\d+(?:\s|$))(\d+(?:\s|$))(\d+(?:\s|$))(\d+(?:\s|$))(\d+(?:\s|$))(\d+(?:\s|$))(\d+(?:\s|$))(\d+(?:\s|$))(\d+(?:\s|$))(\d+(?:\s|$))(\d+(?:\s|$))(\d+(?:\s|$))(\d+(?:\s|$))(\d+(?:\s|$))(\d+(?:\s|$))(\d+(?:\s|$))(\d+(?:\s|$))(\d+(?:\s|$))(\d+(?:\s|$))(\d+(?:\s|$))(\d+(?:\s|$))(\d+(?:\s|$))(\d+(?:\s|$))(\d+(?:\s|$))(\d+(?:\s|$))(\d+(?:\s|$))(\d+(?:\s|$))(\d+(?:\s|$))(\d+(?:\s|$))(\d+(?:\s|$))(\d+(?:\s|$))(\d+(?:\s|$))(\d+(?:\s|$))(\d+(?:\s|$))(\d+(?:\s|$))(\d+(?:\s|$))(\d+(?:\s|$))(\d+(?:\s|$))(\d+(?:\s|$))(\d+(?:\s|$))(\d+(?:\s|$))(\d+(?:\s|$))(\d+(?:\s|$))(\d+(?:\s|$))(\d+(?:\s|$))(\d+(?:\s|$))(\d+(?:\s|$))(\d+(?:\s|$))(\d+(?:\s|$))(\d+(?:\s|$))(\d+(?:\s|$))(\d+(?:\s|$))(\d+(?:\s|$))(\d+(?:\s|$))(\d+(?:\s|$))(\d+(?:\s|$))(\d+(?:\s|$))(\d+(?:\s|$))(\d+(?:\s|$))(\d+(?:\s|$))(\d+(?:\s|$))(\d+(?:\s|$))(\d+(?:\s|$))(\d+(?:\s|$))(\d+(?:\s|$))(\d+(?:\s|$))(\d+(?:\s|$))(\d+(?:\s|$))(\d+(?:\s|$))(\d+(?:\s|$))(\d+(?:\s|$))(\d+(?:\s|$))(\d+(?:\s|$))(\d+(?:\s|$))(\d+(?:\s|$))(\d+(?:\s|$))(\d+(?:\s|$))(\d+(?:\s|$))(\d+(?:\s|$))(\d+(?:\s|$))(\d+(?:\s|$))(\d+(?:\s|$))(\d+(?:\s|$))(\d+(?:\s|$))(\d+(?:\s|$))(\d+(?:\s|$))(\d+(?:\s|$))(\d+(?:\s|$))(\d+(?:\s|$))(\d+(?:\s|$))(\d+(?:\s|$))(\d+(?:\s|$))(\d+(?:\s|$))(\d+(?:\s|$))(\d+(?:\s|$))(\d+(?:\s|$))(\d+(?:\s|$))(\d+(?:\s|$))(\d+(?:\s|$))(\d+(?:\s|$))(\d+(?:\s|$))(\d+(?:\s|$))(\d+(?:\s|$))(\d+(?:\s|$))(\d+(?:\s|$))(\d+(?:\s|$))(\d+(?:\s|$))(\d+(?:\s|$))(\d+(?:\s|$))(\w+)\s+(\270)/ |
2230 | Capturing subpattern count = 271 | Capturing subpattern count = 271 |
2231 | Max back reference = 270 | Max back reference = 270 |
2232 | Partial matching not supported | |
2233 | No options | No options |
2234 | No first char | No first char |
2235 | No need char | No need char |
# | Line 2372 Need char = 'n' | Line 2526 Need char = 'n' |
2526 | 1: main | 1: main |
2527 | 2: O | 2: O |
2528 | ||
2529 | / End of testinput2 / | /These are all cases where Perl does it differently (nested captures)/ |
2530 | Capturing subpattern count = 1 | |
2531 | No options | |
2532 | First char = 'T' | |
2533 | Need char = 's' | |
2534 | ||
2535 | /^(a(b)?)+$/ | |
2536 | Capturing subpattern count = 2 | |
2537 | Options: anchored | |
2538 | No first char | |
2539 | No need char | |
2540 | aba | |
2541 | 0: aba | |
2542 | 1: a | |
2543 | 2: b | |
2544 | ||
2545 | /^(aa(bb)?)+$/ | |
2546 | Capturing subpattern count = 2 | |
2547 | Options: anchored | |
2548 | No first char | |
2549 | No need char | |
2550 | aabbaa | |
2551 | 0: aabbaa | |
2552 | 1: aa | |
2553 | 2: bb | |
2554 | ||
2555 | /^(aa|aa(bb))+$/ | |
2556 | Capturing subpattern count = 2 | |
2557 | Options: anchored | |
2558 | No first char | |
2559 | No need char | |
2560 | aabbaa | |
2561 | 0: aabbaa | |
2562 | 1: aa | |
2563 | 2: bb | |
2564 | ||
2565 | /^(aa(bb)??)+$/ | |
2566 | Capturing subpattern count = 2 | |
2567 | Options: anchored | |
2568 | No first char | |
2569 | No need char | |
2570 | aabbaa | |
2571 | 0: aabbaa | |
2572 | 1: aa | |
2573 | 2: bb | |
2574 | ||
2575 | /^(?:aa(bb)?)+$/ | |
2576 | Capturing subpattern count = 1 | |
2577 | Options: anchored | |
2578 | No first char | |
2579 | No need char | |
2580 | aabbaa | |
2581 | 0: aabbaa | |
2582 | 1: bb | |
2583 | ||
2584 | /^(aa(b(b))?)+$/ | |
2585 | Capturing subpattern count = 3 | |
2586 | Options: anchored | |
2587 | No first char | |
2588 | No need char | |
2589 | aabbaa | |
2590 | 0: aabbaa | |
2591 | 1: aa | |
2592 | 2: bb | |
2593 | 3: b | |
2594 | ||
2595 | /^(?:aa(b(b))?)+$/ | |
2596 | Capturing subpattern count = 2 | |
2597 | Options: anchored | |
2598 | No first char | |
2599 | No need char | |
2600 | aabbaa | |
2601 | 0: aabbaa | |
2602 | 1: bb | |
2603 | 2: b | |
2604 | ||
2605 | /^(?:aa(b(?:b))?)+$/ | |
2606 | Capturing subpattern count = 1 | |
2607 | Options: anchored | |
2608 | No first char | |
2609 | No need char | |
2610 | aabbaa | |
2611 | 0: aabbaa | |
2612 | 1: bb | |
2613 | ||
2614 | /^(?:aa(bb(?:b))?)+$/ | |
2615 | Capturing subpattern count = 1 | |
2616 | Options: anchored | |
2617 | No first char | |
2618 | No need char | |
2619 | aabbbaa | |
2620 | 0: aabbbaa | |
2621 | 1: bbb | |
2622 | ||
2623 | /^(?:aa(b(?:bb))?)+$/ | |
2624 | Capturing subpattern count = 1 | |
2625 | Options: anchored | |
2626 | No first char | |
2627 | No need char | |
2628 | aabbbaa | |
2629 | 0: aabbbaa | |
2630 | 1: bbb | |
2631 | ||
2632 | /^(?:aa(?:b(b))?)+$/ | |
2633 | Capturing subpattern count = 1 | |
2634 | Options: anchored | |
2635 | No first char | |
2636 | No need char | |
2637 | aabbaa | |
2638 | 0: aabbaa | |
2639 | 1: b | |
2640 | ||
2641 | /^(?:aa(?:b(bb))?)+$/ | |
2642 | Capturing subpattern count = 1 | |
2643 | Options: anchored | |
2644 | No first char | |
2645 | No need char | |
2646 | aabbbaa | |
2647 | 0: aabbbaa | |
2648 | 1: bb | |
2649 | ||
2650 | /^(aa(b(bb))?)+$/ | |
2651 | Capturing subpattern count = 3 | |
2652 | Options: anchored | |
2653 | No first char | |
2654 | No need char | |
2655 | aabbbaa | |
2656 | 0: aabbbaa | |
2657 | 1: aa | |
2658 | 2: bbb | |
2659 | 3: bb | |
2660 | ||
2661 | /^(aa(bb(bb))?)+$/ | |
2662 | Capturing subpattern count = 3 | |
2663 | Options: anchored | |
2664 | No first char | |
2665 | No need char | |
2666 | aabbbbaa | |
2667 | 0: aabbbbaa | |
2668 | 1: aa | |
2669 | 2: bbbb | |
2670 | 3: bb | |
2671 | ||
2672 | /--------------------------------------------------------------------/ | |
2673 | Capturing subpattern count = 0 | Capturing subpattern count = 0 |
2674 | No options | No options |
2675 | First char = ' ' | First char = '-' |
2676 | Need char = ' ' | Need char = '-' |
2677 | ||
2678 | /#/xMD | |
2679 | Memory allocation (code space): 7 | |
2680 | ------------------------------------------------------------------ | |
2681 | 0 3 Bra 0 | |
2682 | 3 3 Ket | |
2683 | 6 End | |
2684 | ------------------------------------------------------------------ | |
2685 | Capturing subpattern count = 0 | |
2686 | Options: extended | |
2687 | No first char | |
2688 | No need char | |
2689 | ||
2690 | /a#/xMD | |
2691 | Memory allocation (code space): 9 | |
2692 | ------------------------------------------------------------------ | |
2693 | 0 5 Bra 0 | |
2694 | 3 a | |
2695 | 5 5 Ket | |
2696 | 8 End | |
2697 | ------------------------------------------------------------------ | |
2698 | Capturing subpattern count = 0 | |
2699 | Options: extended | |
2700 | First char = 'a' | |
2701 | No need char | |
2702 | ||
2703 | /[\s]/D | |
2704 | ------------------------------------------------------------------ | |
2705 | 0 36 Bra 0 | |
2706 | 3 [\x09\x0a\x0c\x0d ] | |
2707 | 36 36 Ket | |
2708 | 39 End | |
2709 | ------------------------------------------------------------------ | |
2710 | Capturing subpattern count = 0 | |
2711 | No options | |
2712 | No first char | |
2713 | No need char | |
2714 | ||
2715 | /[\S]/D | |
2716 | ------------------------------------------------------------------ | |
2717 | 0 36 Bra 0 | |
2718 | 3 [\x00-\x08\x0b\x0e-\x1f!-\xff] | |
2719 | 36 36 Ket | |
2720 | 39 End | |
2721 | ------------------------------------------------------------------ | |
2722 | Capturing subpattern count = 0 | |
2723 | No options | |
2724 | No first char | |
2725 | No need char | |
2726 | ||
2727 | /a(?i)b/D | |
2728 | ------------------------------------------------------------------ | |
2729 | 0 9 Bra 0 | |
2730 | 3 a | |
2731 | 5 01 Opt | |
2732 | 7 NC b | |
2733 | 9 9 Ket | |
2734 | 12 End | |
2735 | ------------------------------------------------------------------ | |
2736 | Capturing subpattern count = 0 | |
2737 | No options | |
2738 | Case state changes | |
2739 | First char = 'a' | |
2740 | Need char = 'b' (caseless) | |
2741 | ab | |
2742 | 0: ab | |
2743 | aB | |
2744 | 0: aB | |
2745 | *** Failers | |
2746 | No match | |
2747 | AB | |
2748 | No match | |
2749 | ||
2750 | /(a(?i)b)/D | |
2751 | ------------------------------------------------------------------ | |
2752 | 0 17 Bra 0 | |
2753 | 3 9 Bra 1 | |
2754 | 6 a | |
2755 | 8 01 Opt | |
2756 | 10 NC b | |
2757 | 12 9 Ket | |
2758 | 15 00 Opt | |
2759 | 17 17 Ket | |
2760 | 20 End | |
2761 | ------------------------------------------------------------------ | |
2762 | Capturing subpattern count = 1 | |
2763 | No options | |
2764 | Case state changes | |
2765 | First char = 'a' | |
2766 | Need char = 'b' (caseless) | |
2767 | ab | |
2768 | 0: ab | |
2769 | 1: ab | |
2770 | aB | |
2771 | 0: aB | |
2772 | 1: aB | |
2773 | *** Failers | |
2774 | No match | |
2775 | AB | |
2776 | No match | |
2777 | ||
2778 | / (?i)abc/xD | |
2779 | ------------------------------------------------------------------ | |
2780 | 0 9 Bra 0 | |
2781 | 3 NC abc | |
2782 | 9 9 Ket | |
2783 | 12 End | |
2784 | ------------------------------------------------------------------ | |
2785 | Capturing subpattern count = 0 | |
2786 | Options: caseless extended | |
2787 | First char = 'a' (caseless) | |
2788 | Need char = 'c' (caseless) | |
2789 | ||
2790 | /#this is a comment | |
2791 | (?i)abc/xD | |
2792 | ------------------------------------------------------------------ | |
2793 | 0 9 Bra 0 | |
2794 | 3 NC abc | |
2795 | 9 9 Ket | |
2796 | 12 End | |
2797 | ------------------------------------------------------------------ | |
2798 | Capturing subpattern count = 0 | |
2799 | Options: caseless extended | |
2800 | First char = 'a' (caseless) | |
2801 | Need char = 'c' (caseless) | |
2802 | ||
2803 | /123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890/D | |
2804 | ------------------------------------------------------------------ | |
2805 | 0 603 Bra 0 | |
2806 | 3 123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890 | |
2807 | 603 603 Ket | |
2808 | 606 End | |
2809 | ------------------------------------------------------------------ | |
2810 | Capturing subpattern count = 0 | |
2811 | No options | |
2812 | First char = '1' | |
2813 | Need char = '0' | |
2814 | ||
2815 | /\Q123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890/D | |
2816 | ------------------------------------------------------------------ | |
2817 | 0 603 Bra 0 | |
2818 | 3 123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890 | |
2819 | 603 603 Ket | |
2820 | 606 End | |
2821 | ------------------------------------------------------------------ | |
2822 | Capturing subpattern count = 0 | |
2823 | No options | |
2824 | First char = '1' | |
2825 | Need char = '0' | |
2826 | ||
2827 | /\Q\E/D | |
2828 | ------------------------------------------------------------------ | |
2829 | 0 3 Bra 0 | |
2830 | 3 3 Ket | |
2831 | 6 End | |
2832 | ------------------------------------------------------------------ | |
2833 | Capturing subpattern count = 0 | |
2834 | No options | |
2835 | No first char | |
2836 | No need char | |
2837 | \ | |
2838 | 0: | |
2839 | ||
2840 | /\Q\Ex/D | |
2841 | ------------------------------------------------------------------ | |
2842 | 0 5 Bra 0 | |
2843 | 3 x | |
2844 | 5 5 Ket | |
2845 | 8 End | |
2846 | ------------------------------------------------------------------ | |
2847 | Capturing subpattern count = 0 | |
2848 | No options | |
2849 | First char = 'x' | |
2850 | No need char | |
2851 | ||
2852 | / \Q\E/D | |
2853 | ------------------------------------------------------------------ | |
2854 | 0 5 Bra 0 | |
2855 | 3 | |
2856 | 5 5 Ket | |
2857 | 8 End | |
2858 | ------------------------------------------------------------------ | |
2859 | Capturing subpattern count = 0 | |
2860 | No options | |
2861 | First char = ' ' | |
2862 | No need char | |
2863 | ||
2864 | /a\Q\E/D | |
2865 | ------------------------------------------------------------------ | |
2866 | 0 5 Bra 0 | |
2867 | 3 a | |
2868 | 5 5 Ket | |
2869 | 8 End | |
2870 | ------------------------------------------------------------------ | |
2871 | Capturing subpattern count = 0 | |
2872 | No options | |
2873 | First char = 'a' | |
2874 | No need char | |
2875 | abc | |
2876 | 0: a | |
2877 | bca | |
2878 | 0: a | |
2879 | bac | |
2880 | 0: a | |
2881 | ||
2882 | /a\Q\Eb/D | |
2883 | ------------------------------------------------------------------ | |
2884 | 0 7 Bra 0 | |
2885 | 3 ab | |
2886 | 7 7 Ket | |
2887 | 10 End | |
2888 | ------------------------------------------------------------------ | |
2889 | Capturing subpattern count = 0 | |
2890 | No options | |
2891 | First char = 'a' | |
2892 | Need char = 'b' | |
2893 | abc | |
2894 | 0: ab | |
2895 | ||
2896 | /\Q\Eabc/D | |
2897 | ------------------------------------------------------------------ | |
2898 | 0 9 Bra 0 | |
2899 | 3 abc | |
2900 | 9 9 Ket | |
2901 | 12 End | |
2902 | ------------------------------------------------------------------ | |
2903 | Capturing subpattern count = 0 | |
2904 | No options | |
2905 | First char = 'a' | |
2906 | Need char = 'c' | |
2907 | ||
2908 | /x*+\w/D | |
2909 | ------------------------------------------------------------------ | |
2910 | 0 12 Bra 0 | |
2911 | 3 5 Once | |
2912 | 6 x* | |
2913 | 8 5 Ket | |
2914 | 11 \w | |
2915 | 12 12 Ket | |
2916 | 15 End | |
2917 | ------------------------------------------------------------------ | |
2918 | Capturing subpattern count = 0 | |
2919 | Partial matching not supported | |
2920 | No options | |
2921 | No first char | |
2922 | No need char | |
2923 | *** Failers | |
2924 | 0: F | |
2925 | xxxxx | |
2926 | No match | |
2927 | ||
2928 | /x?+/D | |
2929 | ------------------------------------------------------------------ | |
2930 | 0 11 Bra 0 | |
2931 | 3 5 Once | |
2932 | 6 x? | |
2933 | 8 5 Ket | |
2934 | 11 11 Ket | |
2935 | 14 End | |
2936 | ------------------------------------------------------------------ | |
2937 | Capturing subpattern count = 0 | |
2938 | No options | |
2939 | No first char | |
2940 | No need char | |
2941 | ||
2942 | /x++/D | |
2943 | ------------------------------------------------------------------ | |
2944 | 0 11 Bra 0 | |
2945 | 3 5 Once | |
2946 | 6 x+ | |
2947 | 8 5 Ket | |
2948 | 11 11 Ket | |
2949 | 14 End | |
2950 | ------------------------------------------------------------------ | |
2951 | Capturing subpattern count = 0 | |
2952 | Partial matching not supported | |
2953 | No options | |
2954 | First char = 'x' | |
2955 | No need char | |
2956 | ||
2957 | /x{1,3}+/D | |
2958 | ------------------------------------------------------------------ | |
2959 | 0 15 Bra 0 | |
2960 | 3 9 Once | |
2961 | 6 x | |
2962 | 8 x{,2} | |
2963 | 12 9 Ket | |
2964 | 15 15 Ket | |
2965 | 18 End | |
2966 | ------------------------------------------------------------------ | |
2967 | Capturing subpattern count = 0 | |
2968 | Partial matching not supported | |
2969 | No options | |
2970 | First char = 'x' | |
2971 | No need char | |
2972 | ||
2973 | /(x)*+/D | |
2974 | ------------------------------------------------------------------ | |
2975 | 0 18 Bra 0 | |
2976 | 3 12 Once | |
2977 | 6 Brazero | |
2978 | 7 5 Bra 1 | |
2979 | 10 x | |
2980 | 12 5 KetRmax | |
2981 | 15 12 Ket | |
2982 | 18 18 Ket | |
2983 | 21 End | |
2984 | ------------------------------------------------------------------ | |
2985 | Capturing subpattern count = 1 | |
2986 | No options | |
2987 | No first char | |
2988 | No need char | |
2989 | ||
2990 | /^(\w++|\s++)*$/ | |
2991 | Capturing subpattern count = 1 | |
2992 | Partial matching not supported | |
2993 | Options: anchored | |
2994 | No first char | |
2995 | No need char | |
2996 | now is the time for all good men to come to the aid of the party | |
2997 | 0: now is the time for all good men to come to the aid of the party | |
2998 | 1: party | |
2999 | *** Failers | |
3000 | No match | |
3001 | this is not a line with only words and spaces! | |
3002 | No match | |
3003 | ||
3004 | /(\d++)(\w)/ | |
3005 | Capturing subpattern count = 2 | |
3006 | Partial matching not supported | |
3007 | No options | |
3008 | No first char | |
3009 | No need char | |
3010 | 12345a | |
3011 | 0: 12345a | |
3012 | 1: 12345 | |
3013 | 2: a | |
3014 | *** Failers | |
3015 | No match | |
3016 | 12345+ | |
3017 | No match | |
3018 | ||
3019 | /a++b/ | |
3020 | Capturing subpattern count = 0 | |
3021 | Partial matching not supported | |
3022 | No options | |
3023 | First char = 'a' | |
3024 | Need char = 'b' | |
3025 | aaab | |
3026 | 0: aaab | |
3027 | ||
3028 | /(a++b)/ | |
3029 | Capturing subpattern count = 1 | |
3030 | Partial matching not supported | |
3031 | No options | |
3032 | First char = 'a' | |
3033 | Need char = 'b' | |
3034 | aaab | |
3035 | 0: aaab | |
3036 | 1: aaab | |
3037 | ||
3038 | /(a++)b/ | |
3039 | Capturing subpattern count = 1 | |
3040 | Partial matching not supported | |
3041 | No options | |
3042 | First char = 'a' | |
3043 | Need char = 'b' | |
3044 | aaab | |
3045 | 0: aaab | |
3046 | 1: aaa | |
3047 | ||
3048 | /([^()]++|\([^()]*\))+/ | |
3049 | Capturing subpattern count = 1 | |
3050 | Partial matching not supported | |
3051 | No options | |
3052 | No first char | |
3053 | No need char | |
3054 | ((abc(ade)ufh()()x | |
3055 | 0: abc(ade)ufh()()x | |
3056 | 1: x | |
3057 | ||
3058 | /\(([^()]++|\([^()]+\))+\)/ | |
3059 | Capturing subpattern count = 1 | |
3060 | Partial matching not supported | |
3061 | No options | |
3062 | First char = '(' | |
3063 | Need char = ')' | |
3064 | (abc) | |
3065 | 0: (abc) | |
3066 | 1: abc | |
3067 | (abc(def)xyz) | |
3068 | 0: (abc(def)xyz) | |
3069 | 1: xyz | |
3070 | *** Failers | |
3071 | No match | |
3072 | ((()aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa | |
3073 | No match | |
3074 | ||
3075 | /(abc){1,3}+/D | |
3076 | ------------------------------------------------------------------ | |
3077 | 0 53 Bra 0 | |
3078 | 3 47 Once | |
3079 | 6 9 Bra 1 | |
3080 | 9 abc | |
3081 | 15 9 Ket | |
3082 | 18 Brazero | |
3083 | 19 28 Bra 0 | |
3084 | 22 9 Bra 1 | |
3085 | 25 abc | |
3086 | 31 9 Ket | |
3087 | 34 Brazero | |
3088 | 35 9 Bra 1 | |
3089 | 38 abc | |
3090 | 44 9 Ket | |
3091 | 47 28 Ket | |
3092 | 50 47 Ket | |
3093 | 53 53 Ket | |
3094 | 56 End | |
3095 | ------------------------------------------------------------------ | |
3096 | Capturing subpattern count = 1 | |
3097 | No options | |
3098 | First char = 'a' | |
3099 | Need char = 'c' | |
3100 | ||
3101 | /a+?+/ | |
3102 | Failed: nothing to repeat at offset 3 | |
3103 | ||
3104 | /a{2,3}?+b/ | |
3105 | Failed: nothing to repeat at offset 7 | |
3106 | ||
3107 | /(?U)a+?+/ | |
3108 | Failed: nothing to repeat at offset 7 | |
3109 | ||
3110 | /a{2,3}?+b/U | |
3111 | Failed: nothing to repeat at offset 7 | |
3112 | ||
3113 | /x(?U)a++b/D | |
3114 | ------------------------------------------------------------------ | |
3115 | 0 15 Bra 0 | |
3116 | 3 x | |
3117 | 5 5 Once | |
3118 | 8 a+ | |
3119 | 10 5 Ket | |
3120 | 13 b | |
3121 | 15 15 Ket | |
3122 | 18 End | |
3123 | ------------------------------------------------------------------ | |
3124 | Capturing subpattern count = 0 | |
3125 | Partial matching not supported | |
3126 | No options | |
3127 | First char = 'x' | |
3128 | Need char = 'b' | |
3129 | xaaaab | |
3130 | 0: xaaaab | |
3131 | ||
3132 | /(?U)xa++b/D | |
3133 | ------------------------------------------------------------------ | |
3134 | 0 15 Bra 0 | |
3135 | 3 x | |
3136 | 5 5 Once | |
3137 | 8 a+ | |
3138 | 10 5 Ket | |
3139 | 13 b | |
3140 | 15 15 Ket | |
3141 | 18 End | |
3142 | ------------------------------------------------------------------ | |
3143 | Capturing subpattern count = 0 | |
3144 | Partial matching not supported | |
3145 | Options: ungreedy | |
3146 | First char = 'x' | |
3147 | Need char = 'b' | |
3148 | xaaaab | |
3149 | 0: xaaaab | |
3150 | ||
3151 | /^((a+)(?U)([ab]+)(?-U)([bc]+)(\w*))/D | |
3152 | ------------------------------------------------------------------ | |
3153 | 0 106 Bra 0 | |
3154 | 3 ^ | |
3155 | 4 99 Bra 1 | |
3156 | 7 5 Bra 2 | |
3157 | 10 a+ | |
3158 | 12 5 Ket | |
3159 | 15 37 Bra 3 | |
3160 | 18 [ab]+? | |
3161 | 52 37 Ket | |
3162 | 55 37 Bra 4 | |
3163 | 58 [bc]+ | |
3164 | 92 37 Ket | |
3165 | 95 5 Bra 5 | |
3166 | 98 \w* | |
3167 | 100 5 Ket | |
3168 | 103 99 Ket | |
3169 | 106 106 Ket | |
3170 | 109 End | |
3171 | ------------------------------------------------------------------ | |
3172 | Capturing subpattern count = 5 | |
3173 | Partial matching not supported | |
3174 | Options: anchored | |
3175 | No first char | |
3176 | No need char | |
3177 | ||
3178 | /^x(?U)a+b/D | |
3179 | ------------------------------------------------------------------ | |
3180 | 0 10 Bra 0 | |
3181 | 3 ^ | |
3182 | 4 x | |
3183 | 6 a+? | |
3184 | 8 b | |
3185 | 10 10 Ket | |
3186 | 13 End | |
3187 | ------------------------------------------------------------------ | |
3188 | Capturing subpattern count = 0 | |
3189 | Partial matching not supported | |
3190 | Options: anchored | |
3191 | No first char | |
3192 | Need char = 'b' | |
3193 | ||
3194 | /^x(?U)(a+)b/D | |
3195 | ------------------------------------------------------------------ | |
3196 | 0 16 Bra 0 | |
3197 | 3 ^ | |
3198 | 4 x | |
3199 | 6 5 Bra 1 | |
3200 | 9 a+? | |
3201 | 11 5 Ket | |
3202 | 14 b | |
3203 | 16 16 Ket | |
3204 | 19 End | |
3205 | ------------------------------------------------------------------ | |
3206 | Capturing subpattern count = 1 | |
3207 | Partial matching not supported | |
3208 | Options: anchored | |
3209 | No first char | |
3210 | Need char = 'b' | |
3211 | ||
3212 | /[.x.]/ | |
3213 | Failed: POSIX collating elements are not supported at offset 0 | |
3214 | ||
3215 | /[=x=]/ | |
3216 | Failed: POSIX collating elements are not supported at offset 0 | |
3217 | ||
3218 | /[:x:]/ | |
3219 | Failed: POSIX named classes are supported only within a class at offset 0 | |
3220 | ||
3221 | /\l/ | |
3222 | Failed: PCRE does not support \L, \l, \N, \U, or \u at offset 1 | |
3223 | ||
3224 | /\L/ | |
3225 | Failed: PCRE does not support \L, \l, \N, \U, or \u at offset 1 | |
3226 | ||
3227 | /\N{name}/ | |
3228 | Failed: PCRE does not support \L, \l, \N, \U, or \u at offset 1 | |
3229 | ||
3230 | /\u/ | |
3231 | Failed: PCRE does not support \L, \l, \N, \U, or \u at offset 1 | |
3232 | ||
3233 | /\U/ | |
3234 | Failed: PCRE does not support \L, \l, \N, \U, or \u at offset 1 | |
3235 | ||
3236 | /[/ | |
3237 | Failed: missing terminating ] for character class at offset 1 | |
3238 | ||
3239 | /[a-/ | |
3240 | Failed: missing terminating ] for character class at offset 3 | |
3241 | ||
3242 | /[[:space:]/ | |
3243 | Failed: missing terminating ] for character class at offset 10 | |
3244 | ||
3245 | /[\s]/DM | |
3246 | Memory allocation (code space): 40 | |
3247 | ------------------------------------------------------------------ | |
3248 | 0 36 Bra 0 | |
3249 | 3 [\x09\x0a\x0c\x0d ] | |
3250 | 36 36 Ket | |
3251 | 39 End | |
3252 | ------------------------------------------------------------------ | |
3253 | Capturing subpattern count = 0 | |
3254 | No options | |
3255 | No first char | |
3256 | No need char | |
3257 | ||
3258 | /[[:space:]]/DM | |
3259 | Memory allocation (code space): 40 | |
3260 | ------------------------------------------------------------------ | |
3261 | 0 36 Bra 0 | |
3262 | 3 [\x09-\x0d ] | |
3263 | 36 36 Ket | |
3264 | 39 End | |
3265 | ------------------------------------------------------------------ | |
3266 | Capturing subpattern count = 0 | |
3267 | No options | |
3268 | No first char | |
3269 | No need char | |
3270 | ||
3271 | /[[:space:]abcde]/DM | |
3272 | Memory allocation (code space): 40 | |
3273 | ------------------------------------------------------------------ | |
3274 | 0 36 Bra 0 | |
3275 | 3 [\x09-\x0d a-e] | |
3276 | 36 36 Ket | |
3277 | 39 End | |
3278 | ------------------------------------------------------------------ | |
3279 | Capturing subpattern count = 0 | |
3280 | No options | |
3281 | No first char | |
3282 | No need char | |
3283 | ||
3284 | /< (?: (?(R) \d++ | [^<>]*+) | (?R)) * >/x | |
3285 | Capturing subpattern count = 0 | |
3286 | Partial matching not supported | |
3287 | Options: extended | |
3288 | First char = '<' | |
3289 | Need char = '>' | |
3290 | <> | |
3291 | 0: <> | |
3292 | <abcd> | |
3293 | 0: <abcd> | |
3294 | <abc <123> hij> | |
3295 | 0: <abc <123> hij> | |
3296 | <abc <def> hij> | |
3297 | 0: <def> | |
3298 | <abc<>def> | |
3299 | 0: <abc<>def> | |
3300 | <abc<> | |
3301 | 0: <> | |
3302 | *** Failers | |
3303 | No match | |
3304 | <abc | |
3305 | No match | |
3306 | ||
3307 | |8J\$WE\<\.rX\+ix\[d1b\!H\#\?vV0vrK\:ZH1\=2M\>iV\;\?aPhFB\<\*vW\@QW\@sO9\}cfZA\-i\'w\%hKd6gt1UJP\,15_\#QY\$M\^Mss_U\/\]\&LK9\[5vQub\^w\[KDD\<EjmhUZ\?\.akp2dF\>qmj\;2\}YWFdYx\.Ap\]hjCPTP\(n28k\+3\;o\&WXqs\/gOXdr\$\:r\'do0\;b4c\(f_Gr\=\"\\4\)\[01T7ajQJvL\$W\~mL_sS\/4h\:x\*\[ZN\=KLs\&L5zX\/\/\>it\,o\:aU\(\;Z\>pW\&T7oP\'2K\^E\:x9\'c\[\%z\-\,64JQ5AeH_G\#KijUKghQw\^\\vea3a\?kka_G\$8\#\`\*kynsxzBLru\'\]k_\[7FrVx\}\^\=\$blx\>s\-N\%j\;D\*aZDnsw\:YKZ\%Q\.Kne9\#hP\?\+b3\(SOvL\,\^\;\&u5\@\?5C5Bhb\=m\-vEh_L15Jl\]U\)0RP6\{q\%L\^_z5E\'Dw6X\b|DM | |
3308 | Memory allocation (code space): 826 | |
3309 | ------------------------------------------------------------------ | |
3310 | 0 822 Bra 0 | |
3311 | 3 8J$WE<.rX+ix[d1b!H#?vV0vrK:ZH1=2M>iV;?aPhFB<*vW@QW@sO9}cfZA-i'w%hKd6gt1UJP,15_#QY$M^Mss_U/]&LK9[5vQub^w[KDD<EjmhUZ?.akp2dF>qmj;2}YWFdYx.Ap]hjCPTP(n28k+3;o&WXqs/gOXdr$:r'do0;b4c(f_Gr="\4)[01T7ajQJvL$W~mL_sS/4h:x*[ZN=KLs&L5zX//>it,o:aU(;Z>pW&T7oP'2K^E:x9'c[%z-,64JQ5AeH_G#KijUKghQw^\vea3a?kka_G$8#`*kynsxzBLru']k_[7FrVx}^=$blx>s-N%j;D*aZDnsw:YKZ%Q.Kne9#hP?+b3(SOvL,^;&u5@?5C5Bhb=m-vEh_L15Jl]U)0RP6{q%L^_z5E'Dw6X | |
3312 | 821 \b | |
3313 | 822 822 Ket | |
3314 | 825 End | |
3315 | ------------------------------------------------------------------ | |
3316 | Capturing subpattern count = 0 | |
3317 | No options | |
3318 | First char = '8' | |
3319 | Need char = 'X' | |
3320 | ||
3321 | |\$\<\.X\+ix\[d1b\!H\#\?vV0vrK\:ZH1\=2M\>iV\;\?aPhFB\<\*vW\@QW\@sO9\}cfZA\-i\'w\%hKd6gt1UJP\,15_\#QY\$M\^Mss_U\/\]\&LK9\[5vQub\^w\[KDD\<EjmhUZ\?\.akp2dF\>qmj\;2\}YWFdYx\.Ap\]hjCPTP\(n28k\+3\;o\&WXqs\/gOXdr\$\:r\'do0\;b4c\(f_Gr\=\"\\4\)\[01T7ajQJvL\$W\~mL_sS\/4h\:x\*\[ZN\=KLs\&L5zX\/\/\>it\,o\:aU\(\;Z\>pW\&T7oP\'2K\^E\:x9\'c\[\%z\-\,64JQ5AeH_G\#KijUKghQw\^\\vea3a\?kka_G\$8\#\`\*kynsxzBLru\'\]k_\[7FrVx\}\^\=\$blx\>s\-N\%j\;D\*aZDnsw\:YKZ\%Q\.Kne9\#hP\?\+b3\(SOvL\,\^\;\&u5\@\?5C5Bhb\=m\-vEh_L15Jl\]U\)0RP6\{q\%L\^_z5E\'Dw6X\b|DM | |
3322 | Memory allocation (code space): 816 | |
3323 | ------------------------------------------------------------------ | |
3324 | 0 812 Bra 0 | |
3325 | 3 $<.X+ix[d1b!H#?vV0vrK:ZH1=2M>iV;?aPhFB<*vW@QW@sO9}cfZA-i'w%hKd6gt1UJP,15_#QY$M^Mss_U/]&LK9[5vQub^w[KDD<EjmhUZ?.akp2dF>qmj;2}YWFdYx.Ap]hjCPTP(n28k+3;o&WXqs/gOXdr$:r'do0;b4c(f_Gr="\4)[01T7ajQJvL$W~mL_sS/4h:x*[ZN=KLs&L5zX//>it,o:aU(;Z>pW&T7oP'2K^E:x9'c[%z-,64JQ5AeH_G#KijUKghQw^\vea3a?kka_G$8#`*kynsxzBLru']k_[7FrVx}^=$blx>s-N%j;D*aZDnsw:YKZ%Q.Kne9#hP?+b3(SOvL,^;&u5@?5C5Bhb=m-vEh_L15Jl]U)0RP6{q%L^_z5E'Dw6X | |
3326 | 811 \b | |
3327 | 812 812 Ket | |
3328 | 815 End | |
3329 | ------------------------------------------------------------------ | |
3330 | Capturing subpattern count = 0 | |
3331 | No options | |
3332 | First char = '$' | |
3333 | Need char = 'X' | |
3334 | ||
3335 | /(.*)\d+\1/I | |
3336 | Capturing subpattern count = 1 | |
3337 | Max back reference = 1 | |
3338 | Partial matching not supported | |
3339 | No options | |
3340 | No first char | |
3341 | No need char | |
3342 | ||
3343 | /(.*)\d+/I | |
3344 | Capturing subpattern count = 1 | |
3345 | Partial matching not supported | |
3346 | No options | |
3347 | First char at start or follows \n | |
3348 | No need char | |
3349 | ||
3350 | /(.*)\d+\1/Is | |
3351 | Capturing subpattern count = 1 | |
3352 | Max back reference = 1 | |
3353 | Partial matching not supported | |
3354 | Options: dotall | |
3355 | No first char | |
3356 | No need char | |
3357 | ||
3358 | /(.*)\d+/Is | |
3359 | Capturing subpattern count = 1 | |
3360 | Partial matching not supported | |
3361 | Options: anchored dotall | |
3362 | No first char | |
3363 | No need char | |
3364 | ||
3365 | /(.*(xyz))\d+\2/I | |
3366 | Capturing subpattern count = 2 | |
3367 | Max back reference = 2 | |
3368 | Partial matching not supported | |
3369 | No options | |
3370 | First char at start or follows \n | |
3371 | Need char = 'z' | |
3372 | ||
3373 | /((.*))\d+\1/I | |
3374 | Capturing subpattern count = 2 | |
3375 | Max back reference = 1 | |
3376 | Partial matching not supported | |
3377 | No options | |
3378 | No first char | |
3379 | No need char | |
3380 | abc123bc | |
3381 | 0: bc123bc | |
3382 | 1: bc | |
3383 | 2: bc | |
3384 | ||
3385 | /a[b]/I | |
3386 | Capturing subpattern count = 0 | |
3387 | No options | |
3388 | First char = 'a' | |
3389 | Need char = 'b' | |
3390 | ||
3391 | /(?=a).*/I | |
3392 | Capturing subpattern count = 0 | |
3393 | Partial matching not supported | |
3394 | No options | |
3395 | First char = 'a' | |
3396 | No need char | |
3397 | ||
3398 | /(?=abc).xyz/iI | |
3399 | Capturing subpattern count = 0 | |
3400 | Options: caseless | |
3401 | First char = 'a' (caseless) | |
3402 | Need char = 'z' (caseless) | |
3403 | ||
3404 | /(?=abc)(?i).xyz/I | |
3405 | Capturing subpattern count = 0 | |
3406 | No options | |
3407 | Case state changes | |
3408 | First char = 'a' | |
3409 | Need char = 'z' (caseless) | |
3410 | ||
3411 | /(?=a)(?=b)/I | |
3412 | Capturing subpattern count = 0 | |
3413 | No options | |
3414 | First char = 'a' | |
3415 | No need char | |
3416 | ||
3417 | /(?=.)a/I | |
3418 | Capturing subpattern count = 0 | |
3419 | No options | |
3420 | First char = 'a' | |
3421 | No need char | |
3422 | ||
3423 | /((?=abcda)a)/I | |
3424 | Capturing subpattern count = 1 | |
3425 | No options | |
3426 | First char = 'a' | |
3427 | Need char = 'a' | |
3428 | ||
3429 | /((?=abcda)ab)/I | |
3430 | Capturing subpattern count = 1 | |
3431 | No options | |
3432 | First char = 'a' | |
3433 | Need char = 'b' | |
3434 | ||
3435 | /()a/I | |
3436 | Capturing subpattern count = 1 | |
3437 | No options | |
3438 | No first char | |
3439 | Need char = 'a' | |
3440 | ||
3441 | /(?(1)ab|ac)/I | |
3442 | Capturing subpattern count = 0 | |
3443 | No options | |
3444 | First char = 'a' | |
3445 | No need char | |
3446 | ||
3447 | /(?(1)abz|acz)/I | |
3448 | Capturing subpattern count = 0 | |
3449 | No options | |
3450 | First char = 'a' | |
3451 | Need char = 'z' | |
3452 | ||
3453 | /(?(1)abz)/I | |
3454 | Capturing subpattern count = 0 | |
3455 | No options | |
3456 | No first char | |
3457 | No need char | |
3458 | ||
3459 | /(?(1)abz)123/I | |
3460 | Capturing subpattern count = 0 | |
3461 | No options | |
3462 | No first char | |
3463 | Need char = '3' | |
3464 | ||
3465 | /(a)+/I | |
3466 | Capturing subpattern count = 1 | |
3467 | No options | |
3468 | First char = 'a' | |
3469 | No need char | |
3470 | ||
3471 | /(a){2,3}/I | |
3472 | Capturing subpattern count = 1 | |
3473 | No options | |
3474 | First char = 'a' | |
3475 | Need char = 'a' | |
3476 | ||
3477 | /(a)*/I | |
3478 | Capturing subpattern count = 1 | |
3479 | No options | |
3480 | No first char | |
3481 | No need char | |
3482 | ||
3483 | /[a]/I | |
3484 | Capturing subpattern count = 0 | |
3485 | No options | |
3486 | First char = 'a' | |
3487 | No need char | |
3488 | ||
3489 | /[ab]/I | |
3490 | Capturing subpattern count = 0 | |
3491 | No options | |
3492 | No first char | |
3493 | No need char | |
3494 | ||
3495 | /[ab]/IS | |
3496 | Capturing subpattern count = 0 | |
3497 | No options | |
3498 | No first char | |
3499 | No need char | |
3500 | Starting byte set: a b | |
3501 | ||
3502 | /[^a]/I | |
3503 | Capturing subpattern count = 0 | |
3504 | No options | |
3505 | No first char | |
3506 | No need char | |
3507 | ||
3508 | /\d456/I | |
3509 | Capturing subpattern count = 0 | |
3510 | No options | |
3511 | No first char | |
3512 | Need char = '6' | |
3513 | ||
3514 | /\d456/IS | |
3515 | Capturing subpattern count = 0 | |
3516 | No options | |
3517 | No first char | |
3518 | Need char = '6' | |
3519 | Starting byte set: 0 1 2 3 4 5 6 7 8 9 | |
3520 | ||
3521 | /a^b/I | |
3522 | Capturing subpattern count = 0 | |
3523 | No options | |
3524 | First char = 'a' | |
3525 | Need char = 'b' | |
3526 | ||
3527 | /^a/mI | |
3528 | Capturing subpattern count = 0 | |
3529 | Options: multiline | |
3530 | First char at start or follows \n | |
3531 | Need char = 'a' | |
3532 | abcde | |
3533 | 0: a | |
3534 | xy\nabc | |
3535 | 0: a | |
3536 | *** Failers | |
3537 | No match | |
3538 | xyabc | |
3539 | No match | |
3540 | ||
3541 | /c|abc/I | |
3542 | Capturing subpattern count = 0 | |
3543 | No options | |
3544 | No first char | |
3545 | Need char = 'c' | |
3546 | ||
3547 | /(?i)[ab]/IS | |
3548 | Capturing subpattern count = 0 | |
3549 | Options: caseless | |
3550 | No first char | |
3551 | No need char | |
3552 | Starting byte set: A B a b | |
3553 | ||
3554 | /[ab](?i)cd/IS | |
3555 | Capturing subpattern count = 0 | |
3556 | No options | |
3557 | Case state changes | |
3558 | No first char | |
3559 | Need char = 'd' (caseless) | |
3560 | Starting byte set: a b | |
3561 | ||
3562 | /abc(?C)def/ | |
3563 | Capturing subpattern count = 0 | |
3564 | No options | |
3565 | First char = 'a' | |
3566 | Need char = 'f' | |
3567 | abcdef | |
3568 | --->abcdef | |
3569 | 0 ^ ^ d | |
3570 | 0: abcdef | |
3571 | 1234abcdef | |
3572 | --->1234abcdef | |
3573 | 0 ^ ^ d | |
3574 | 0: abcdef | |
3575 | *** Failers | |
3576 | No match | |
3577 | abcxyz | |
3578 | No match | |
3579 | abcxyzf | |
3580 | --->abcxyzf | |
3581 | 0 ^ ^ d | |
3582 | No match | |
3583 | ||
3584 | /abc(?C)de(?C1)f/ | |
3585 | Capturing subpattern count = 0 | |
3586 | No options | |
3587 | First char = 'a' | |
3588 | Need char = 'f' | |
3589 | 123abcdef | |
3590 | --->123abcdef | |
3591 | 0 ^ ^ d | |
3592 | 1 ^ ^ f | |
3593 | 0: abcdef | |
3594 | ||
3595 | /(?C1)\dabc(?C2)def/ | |
3596 | Capturing subpattern count = 0 | |
3597 | No options | |
3598 | No first char | |
3599 | Need char = 'f' | |
3600 | 1234abcdef | |
3601 | --->1234abcdef | |
3602 | 1 ^ \d | |
3603 | 1 ^ \d | |
3604 | 1 ^ \d | |
3605 | 1 ^ \d | |
3606 | 2 ^ ^ d | |
3607 | 0: 4abcdef | |
3608 | *** Failers | |
3609 | No match | |
3610 | abcdef | |
3611 | --->abcdef | |
3612 | 1 ^ \d | |
3613 | 1 ^ \d | |
3614 | 1 ^ \d | |
3615 | 1 ^ \d | |
3616 | 1 ^ \d | |
3617 | 1 ^ \d | |
3618 | No match | |
3619 | ||
3620 | /(?C255)ab/ | |
3621 | Capturing subpattern count = 0 | |
3622 | No options | |
3623 | First char = 'a' | |
3624 | Need char = 'b' | |
3625 | ||
3626 | /(?C256)ab/ | |
3627 | Failed: number after (?C is > 255 at offset 6 | |
3628 | ||
3629 | /(?Cab)xx/ | |
3630 | Failed: closing ) for (?C expected at offset 3 | |
3631 | ||
3632 | /(?C12vr)x/ | |
3633 | Failed: closing ) for (?C expected at offset 5 | |
3634 | ||
3635 | /abc(?C)def/ | |
3636 | Capturing subpattern count = 0 | |
3637 | No options | |
3638 | First char = 'a' | |
3639 | Need char = 'f' | |
3640 | *** Failers | |
3641 | No match | |
3642 | \x83\x0\x61bcdef | |
3643 | --->\x83\x00abcdef | |
3644 | 0 ^ ^ d | |
3645 | 0: abcdef | |
3646 | ||
3647 | /(abc)(?C)de(?C1)f/ | |
3648 | Capturing subpattern count = 1 | |
3649 | No options | |
3650 | First char = 'a' | |
3651 | Need char = 'f' | |
3652 | 123abcdef | |
3653 | --->123abcdef | |
3654 | 0 ^ ^ d | |
3655 | 1 ^ ^ f | |
3656 | 0: abcdef | |
3657 | 1: abc | |
3658 | 123abcdef\C+ | |
3659 | Callout 0: last capture = 1 | |
3660 | 0: <unset> | |
3661 | 1: abc | |
3662 | --->123abcdef | |
3663 | ^ ^ d | |
3664 | Callout 1: last capture = 1 | |
3665 | 0: <unset> | |
3666 | 1: abc | |
3667 | --->123abcdef | |
3668 | ^ ^ f | |
3669 | 0: abcdef | |
3670 | 1: abc | |
3671 | 123abcdef\C- | |
3672 | 0: abcdef | |
3673 | 1: abc | |
3674 | *** Failers | |
3675 | No match | |
3676 | 123abcdef\C!1 | |
3677 | --->123abcdef | |
3678 | 0 ^ ^ d | |
3679 | 1 ^ ^ f | |
3680 | No match | |
3681 | ||
3682 | /(?C0)(abc(?C1))*/ | |
3683 | Capturing subpattern count = 1 | |
3684 | No options | |
3685 | No first char | |
3686 | No need char | |
3687 | abcabcabc | |
3688 | --->abcabcabc | |
3689 | 0 ^ (abc(?C1))* | |
3690 | 1 ^ ^ ) | |
3691 | 1 ^ ^ ) | |
3692 | 1 ^ ^ ) | |
3693 | 0: abcabcabc | |
3694 | 1: abc | |
3695 | abcabc\C!1!3 | |
3696 | --->abcabc | |
3697 | 0 ^ (abc(?C1))* | |
3698 | 1 ^ ^ ) | |
3699 | 1 ^ ^ ) | |
3700 | 0: abcabc | |
3701 | 1: abc | |
3702 | *** Failers | |
3703 | --->*** Failers | |
3704 | 0 ^ (abc(?C1))* | |
3705 | 0: | |
3706 | abcabcabc\C!1!3 | |
3707 | --->abcabcabc | |
3708 | 0 ^ (abc(?C1))* | |
3709 | 1 ^ ^ ) | |
3710 | 1 ^ ^ ) | |
3711 | 1 ^ ^ ) | |
3712 | 0: abcabc | |
3713 | 1: abc | |
3714 | ||
3715 | /(\d{3}(?C))*/ | |
3716 | Capturing subpattern count = 1 | |
3717 | Partial matching not supported | |
3718 | No options | |
3719 | No first char | |
3720 | No need char | |
3721 | 123\C+ | |
3722 | Callout 0: last capture = -1 | |
3723 | 0: <unset> | |
3724 | --->123 | |
3725 | ^ ^ ) | |
3726 | 0: 123 | |
3727 | 1: 123 | |
3728 | 123456\C+ | |
3729 | Callout 0: last capture = -1 | |
3730 | 0: <unset> | |
3731 | --->123456 | |
3732 | ^ ^ ) | |
3733 | Callout 0: last capture = 1 | |
3734 | 0: <unset> | |
3735 | 1: 123 | |
3736 | --->123456 | |
3737 | ^ ^ ) | |
3738 | 0: 123456 | |
3739 | 1: 456 | |
3740 | 123456789\C+ | |
3741 | Callout 0: last capture = -1 | |
3742 | 0: <unset> | |
3743 | --->123456789 | |
3744 | ^ ^ ) | |
3745 | Callout 0: last capture = 1 | |
3746 | 0: <unset> | |
3747 | 1: 123 | |
3748 | --->123456789 | |
3749 | ^ ^ ) | |
3750 | Callout 0: last capture = 1 | |
3751 | 0: <unset> | |
3752 | 1: 456 | |
3753 | --->123456789 | |
3754 | ^ ^ ) | |
3755 | 0: 123456789 | |
3756 | 1: 789 | |
3757 | ||
3758 | /((xyz)(?C)p|(?C1)xyzabc)/ | |
3759 | Capturing subpattern count = 2 | |
3760 | No options | |
3761 | First char = 'x' | |
3762 | No need char | |
3763 | xyzabc\C+ | |
3764 | Callout 0: last capture = 2 | |
3765 | 0: <unset> | |
3766 | 1: <unset> | |
3767 | 2: xyz | |
3768 | --->xyzabc | |
3769 | ^ ^ p | |
3770 | Callout 1: last capture = -1 | |
3771 | 0: <unset> | |
3772 | --->xyzabc | |
3773 | ^ x | |
3774 | 0: xyzabc | |
3775 | 1: xyzabc | |
3776 | ||
3777 | /(X)((xyz)(?C)p|(?C1)xyzabc)/ | |
3778 | Capturing subpattern count = 3 | |
3779 | No options | |
3780 | First char = 'X' | |
3781 | Need char = 'x' | |
3782 | Xxyzabc\C+ | |
3783 | Callout 0: last capture = 3 | |
3784 | 0: <unset> | |
3785 | 1: X | |
3786 | 2: <unset> | |
3787 | 3: xyz | |
3788 | --->Xxyzabc | |
3789 | ^ ^ p | |
3790 | Callout 1: last capture = 1 | |
3791 | 0: <unset> | |
3792 | 1: X | |
3793 | --->Xxyzabc | |
3794 | ^^ x | |
3795 | 0: Xxyzabc | |
3796 | 1: X | |
3797 | 2: xyzabc | |
3798 | ||
3799 | /(?=(abc))(?C)abcdef/ | |
3800 | Capturing subpattern count = 1 | |
3801 | No options | |
3802 | First char = 'a' | |
3803 | Need char = 'f' | |
3804 | abcdef\C+ | |
3805 | Callout 0: last capture = 1 | |
3806 | 0: <unset> | |
3807 | 1: abc | |
3808 | --->abcdef | |
3809 | ^ a | |
3810 | 0: abcdef | |
3811 | 1: abc | |
3812 | ||
3813 | /(?!(abc)(?C1)d)(?C2)abcxyz/ | |
3814 | Capturing subpattern count = 1 | |
3815 | No options | |
3816 | First char = 'a' | |
3817 | Need char = 'z' | |
3818 | abcxyz\C+ | |
3819 | Callout 1: last capture = 1 | |
3820 | 0: <unset> | |
3821 | 1: abc | |
3822 | --->abcxyz | |
3823 | ^ ^ d | |
3824 | Callout 2: last capture = -1 | |
3825 | 0: <unset> | |
3826 | --->abcxyz | |
3827 | ^ a | |
3828 | 0: abcxyz | |
3829 | ||
3830 | /(?<=(abc)(?C))xyz/ | |
3831 | Capturing subpattern count = 1 | |
3832 | No options | |
3833 | First char = 'x' | |
3834 | Need char = 'z' | |
3835 | abcxyz\C+ | |
3836 | Callout 0: last capture = 1 | |
3837 | 0: <unset> | |
3838 | 1: abc | |
3839 | --->abcxyz | |
3840 | ^ ) | |
3841 | 0: xyz | |
3842 | 1: abc | |
3843 | ||
3844 | /(?C)abc/ | |
3845 | Capturing subpattern count = 0 | |
3846 | No options | |
3847 | First char = 'a' | |
3848 | Need char = 'c' | |
3849 | ||
3850 | /(?C)^abc/ | |
3851 | Capturing subpattern count = 0 | |
3852 | Options: anchored | |
3853 | No first char | |
3854 | No need char | |
3855 | ||
3856 | /(?C)a|b/S | |
3857 | Capturing subpattern count = 0 | |
3858 | No options | |
3859 | No first char | |
3860 | No need char | |
3861 | Starting byte set: a b | |
3862 | ||
3863 | /(?R)/ | |
3864 | Failed: recursive call could loop indefinitely at offset 3 | |
3865 | ||
3866 | /(a|(?R))/ | |
3867 | Failed: recursive call could loop indefinitely at offset 6 | |
3868 | ||
3869 | /(ab|(bc|(de|(?R))))/ | |
3870 | Failed: recursive call could loop indefinitely at offset 15 | |
3871 | ||
3872 | /x(ab|(bc|(de|(?R))))/ | |
3873 | Capturing subpattern count = 3 | |
3874 | No options | |
3875 | First char = 'x' | |
3876 | No need char | |
3877 | xab | |
3878 | 0: xab | |
3879 | 1: ab | |
3880 | xbc | |
3881 | 0: xbc | |
3882 | 1: bc | |
3883 | 2: bc | |
3884 | xde | |
3885 | 0: xde | |
3886 | 1: de | |
3887 | 2: de | |
3888 | 3: de | |
3889 | xxab | |
3890 | 0: xxab | |
3891 | 1: xab | |
3892 | 2: xab | |
3893 | 3: xab | |
3894 | xxxab | |
3895 | 0: xxxab | |
3896 | 1: xxab | |
3897 | 2: xxab | |
3898 | 3: xxab | |
3899 | *** Failers | |
3900 | No match | |
3901 | xyab | |
3902 | No match | |
3903 | ||
3904 | /(ab|(bc|(de|(?1))))/ | |
3905 | Failed: recursive call could loop indefinitely at offset 15 | |
3906 | ||
3907 | /x(ab|(bc|(de|(?1)x)x)x)/ | |
3908 | Failed: recursive call could loop indefinitely at offset 16 | |
3909 | ||
3910 | /^([^()]|\((?1)*\))*$/ | |
3911 | Capturing subpattern count = 1 | |
3912 | Options: anchored | |
3913 | No first char | |
3914 | No need char | |
3915 | abc | |
3916 | 0: abc | |
3917 | 1: c | |
3918 | a(b)c | |
3919 | 0: a(b)c | |
3920 | 1: c | |
3921 | a(b(c))d | |
3922 | 0: a(b(c))d | |
3923 | 1: d | |
3924 | *** Failers) | |
3925 | No match | |
3926 | a(b(c)d | |
3927 | No match | |
3928 | ||
3929 | /^>abc>([^()]|\((?1)*\))*<xyz<$/ | |
3930 | Capturing subpattern count = 1 | |
3931 | Options: anchored | |
3932 | No first char | |
3933 | Need char = '<' | |
3934 | >abc>123<xyz< | |
3935 | 0: >abc>123<xyz< | |
3936 | 1: 3 | |
3937 | >abc>1(2)3<xyz< | |
3938 | 0: >abc>1(2)3<xyz< | |
3939 | 1: 3 | |
3940 | >abc>(1(2)3)<xyz< | |
3941 | 0: >abc>(1(2)3)<xyz< | |
3942 | 1: (1(2)3) | |
3943 | ||
3944 | /(a(?1)b)/D | |
3945 | ------------------------------------------------------------------ | |
3946 | 0 16 Bra 0 | |
3947 | 3 10 Bra 1 | |
3948 | 6 a | |
3949 | 8 3 Recurse | |
3950 | 11 b | |
3951 | 13 10 Ket | |
3952 | 16 16 Ket | |
3953 | 19 End | |
3954 | ------------------------------------------------------------------ | |
3955 | Capturing subpattern count = 1 | |
3956 | No options | |
3957 | First char = 'a' | |
3958 | Need char = 'b' | |
3959 | ||
3960 | /(a(?1)+b)/D | |
3961 | ------------------------------------------------------------------ | |
3962 | 0 22 Bra 0 | |
3963 | 3 16 Bra 1 | |
3964 | 6 a | |
3965 | 8 6 Bra 0 | |
3966 | 11 3 Recurse | |
3967 | 14 6 KetRmax | |
3968 | 17 b | |
3969 | 19 16 Ket | |
3970 | 22 22 Ket | |
3971 | 25 End | |
3972 | ------------------------------------------------------------------ | |
3973 | Capturing subpattern count = 1 | |
3974 | No options | |
3975 | First char = 'a' | |
3976 | Need char = 'b' | |
3977 | ||
3978 | /^\W*(?:((.)\W*(?1)\W*\2|)|((.)\W*(?3)\W*\4|\W*.\W*))\W*$/i | |
3979 | Capturing subpattern count = 4 | |
3980 | Max back reference = 4 | |
3981 | Partial matching not supported | |
3982 | Options: anchored caseless | |
3983 | No first char | |
3984 | No need char | |
3985 | 1221 | |
3986 | 0: 1221 | |
3987 | 1: 1221 | |
3988 | 2: 1 | |
3989 | Satan, oscillate my metallic sonatas! | |
3990 | 0: Satan, oscillate my metallic sonatas! | |
3991 | 1: <unset> | |
3992 | 2: <unset> | |
3993 | 3: Satan, oscillate my metallic sonatas | |
3994 | 4: S | |
3995 | A man, a plan, a canal: Panama! | |
3996 | 0: A man, a plan, a canal: Panama! | |
3997 | 1: <unset> | |
3998 | 2: <unset> | |
3999 | 3: A man, a plan, a canal: Panama | |
4000 | 4: A | |
4001 | Able was I ere I saw Elba. | |
4002 | 0: Able was I ere I saw Elba. | |
4003 | 1: <unset> | |
4004 | 2: <unset> | |
4005 | 3: Able was I ere I saw Elba | |
4006 | 4: A | |
4007 | *** Failers | |
4008 | No match | |
4009 | The quick brown fox | |
4010 | No match | |
4011 | ||
4012 | /^(\d+|\((?1)([+*-])(?1)\)|-(?1))$/ | |
4013 | Capturing subpattern count = 2 | |
4014 | Partial matching not supported | |
4015 | Options: anchored | |
4016 | No first char | |
4017 | No need char | |
4018 | 12 | |
4019 | 0: 12 | |
4020 | 1: 12 | |
4021 | (((2+2)*-3)-7) | |
4022 | 0: (((2+2)*-3)-7) | |
4023 | 1: (((2+2)*-3)-7) | |
4024 | 2: - | |
4025 | -12 | |
4026 | 0: -12 | |
4027 | 1: -12 | |
4028 | *** Failers | |
4029 | No match | |
4030 | ((2+2)*-3)-7) | |
4031 | No match | |
4032 | ||
4033 | /^(x(y|(?1){2})z)/ | |
4034 | Capturing subpattern count = 2 | |
4035 | Options: anchored | |
4036 | No first char | |
4037 | No need char | |
4038 | xyz | |
4039 | 0: xyz | |
4040 | 1: xyz | |
4041 | 2: y | |
4042 | xxyzxyzz | |
4043 | 0: xxyzxyzz | |
4044 | 1: xxyzxyzz | |
4045 | 2: xyzxyz | |
4046 | *** Failers | |
4047 | No match | |
4048 | xxyzz | |
4049 | No match | |
4050 | xxyzxyzxyzz | |
4051 | No match | |
4052 | ||
4053 | /((< (?: (?(R) \d++ | [^<>]*+) | (?2)) * >))/x | |
4054 | Capturing subpattern count = 2 | |
4055 | Partial matching not supported | |
4056 | Options: extended | |
4057 | First char = '<' | |
4058 | Need char = '>' | |
4059 | <> | |
4060 | 0: <> | |
4061 | 1: <> | |
4062 | 2: <> | |
4063 | <abcd> | |
4064 | 0: <abcd> | |
4065 | 1: <abcd> | |
4066 | 2: <abcd> | |
4067 | <abc <123> hij> | |
4068 | 0: <abc <123> hij> | |
4069 | 1: <abc <123> hij> | |
4070 | 2: <abc <123> hij> | |
4071 | <abc <def> hij> | |
4072 | 0: <def> | |
4073 | 1: <def> | |
4074 | 2: <def> | |
4075 | <abc<>def> | |
4076 | 0: <abc<>def> | |
4077 | 1: <abc<>def> | |
4078 | 2: <abc<>def> | |
4079 | <abc<> | |
4080 | 0: <> | |
4081 | 1: <> | |
4082 | 2: <> | |
4083 | *** Failers | |
4084 | No match | |
4085 | <abc | |
4086 | No match | |
4087 | ||
4088 | /(?1)/ | |
4089 | Failed: reference to non-existent subpattern at offset 3 | |
4090 | ||
4091 | /((?2)(abc)/ | |
4092 | Failed: reference to non-existent subpattern at offset 4 | |
4093 | ||
4094 | /^(abc)def(?1)/ | |
4095 | Capturing subpattern count = 1 | |
4096 | Options: anchored | |
4097 | No first char | |
4098 | No need char | |
4099 | abcdefabc | |
4100 | 0: abcdefabc | |
4101 | 1: abc | |
4102 | ||
4103 | /^(a|b|c)=(?1)+/ | |
4104 | Capturing subpattern count = 1 | |
4105 | Options: anchored | |
4106 | No first char | |
4107 | No need char | |
4108 | a=a | |
4109 | 0: a=a | |
4110 | 1: a | |
4111 | a=b | |
4112 | 0: a=b | |
4113 | 1: a | |
4114 | a=bc | |
4115 | 0: a=bc | |
4116 | 1: a | |
4117 | ||
4118 | /^(a|b|c)=((?1))+/ | |
4119 | Capturing subpattern count = 2 | |
4120 | Options: anchored | |
4121 | No first char | |
4122 | No need char | |
4123 | a=a | |
4124 | 0: a=a | |
4125 | 1: a | |
4126 | 2: a | |
4127 | a=b | |
4128 | 0: a=b | |
4129 | 1: a | |
4130 | 2: b | |
4131 | a=bc | |
4132 | 0: a=bc | |
4133 | 1: a | |
4134 | 2: c | |
4135 | ||
4136 | /a(?P<name1>b|c)d(?P<longername2>e)/D | |
4137 | ------------------------------------------------------------------ | |
4138 | 0 28 Bra 0 | |
4139 | 3 a | |
4140 | 5 5 Bra 1 | |
4141 | 8 b | |
4142 | 10 5 Alt | |
4143 | 13 c | |
4144 | 15 10 Ket | |
4145 | 18 d | |
4146 | 20 5 Bra 2 | |
4147 | 23 e | |
4148 | 25 5 Ket | |
4149 | 28 28 Ket | |
4150 | 31 End | |
4151 | ------------------------------------------------------------------ | |
4152 | Capturing subpattern count = 2 | |
4153 | Named capturing subpatterns: | |
4154 | longername2 2 | |
4155 | name1 1 | |
4156 | No options | |
4157 | First char = 'a' | |
4158 | Need char = 'e' | |
4159 | abde | |
4160 | 0: abde | |
4161 | 1: b | |
4162 | 2: e | |
4163 | acde | |
4164 | 0: acde | |
4165 | 1: c | |
4166 | 2: e | |
4167 | ||
4168 | /(?:a(?P<c>c(?P<d>d)))(?P<a>a)/D | |
4169 | ------------------------------------------------------------------ | |
4170 | 0 35 Bra 0 | |
4171 | 3 21 Bra 0 | |
4172 | 6 a | |
4173 | 8 13 Bra 1 | |
4174 | 11 c | |
4175 | 13 5 Bra 2 | |
4176 | 16 d | |
4177 | 18 5 Ket | |
4178 | 21 13 Ket | |
4179 | 24 21 Ket | |
4180 | 27 5 Bra 3 | |
4181 | 30 a | |
4182 | 32 5 Ket | |
4183 | 35 35 Ket | |
4184 | 38 End | |
4185 | ------------------------------------------------------------------ | |
4186 | Capturing subpattern count = 3 | |
4187 | Named capturing subpatterns: | |
4188 | a 3 | |
4189 | c 1 | |
4190 | d 2 | |
4191 | No options | |
4192 | First char = 'a' | |
4193 | Need char = 'a' | |
4194 | ||
4195 | /(?P<a>a)...(?P=a)bbb(?P>a)d/D | |
4196 | ------------------------------------------------------------------ | |
4197 | 0 28 Bra 0 | |
4198 | 3 5 Bra 1 | |
4199 | 6 a | |
4200 | 8 5 Ket | |
4201 | 11 Any | |
4202 | 12 Any | |
4203 | 13 Any | |
4204 | 14 \1 | |
4205 | 17 bbb | |
4206 | 23 3 Recurse | |
4207 | 26 d | |
4208 | 28 28 Ket | |
4209 | 31 End | |
4210 | ------------------------------------------------------------------ | |
4211 | Capturing subpattern count = 1 | |
4212 | Max back reference = 1 | |
4213 | Named capturing subpatterns: | |
4214 | a 1 | |
4215 | No options | |
4216 | First char = 'a' | |
4217 | Need char = 'd' | |
4218 | ||
4219 | /^\W*(?:(?P<one>(?P<two>.)\W*(?P>one)\W*(?P=two)|)|(?P<three>(?P<four>.)\W*(?P>three)\W*(?P=four)|\W*.\W*))\W*$/i | |
4220 | Capturing subpattern count = 4 | |
4221 | Max back reference = 4 | |
4222 | Named capturing subpatterns: | |
4223 | four 4 | |
4224 | one 1 | |
4225 | three 3 | |
4226 | two 2 | |
4227 | Partial matching not supported | |
4228 | Options: anchored caseless | |
4229 | No first char | |
4230 | No need char | |
4231 | 1221 | |
4232 | 0: 1221 | |
4233 | 1: 1221 | |
4234 | 2: 1 | |
4235 | Satan, oscillate my metallic sonatas! | |
4236 | 0: Satan, oscillate my metallic sonatas! | |
4237 | 1: <unset> | |
4238 | 2: <unset> | |
4239 | 3: Satan, oscillate my metallic sonatas | |
4240 | 4: S | |
4241 | A man, a plan, a canal: Panama! | |
4242 | 0: A man, a plan, a canal: Panama! | |
4243 | 1: <unset> | |
4244 | 2: <unset> | |
4245 | 3: A man, a plan, a canal: Panama | |
4246 | 4: A | |
4247 | Able was I ere I saw Elba. | |
4248 | 0: Able was I ere I saw Elba. | |
4249 | 1: <unset> | |
4250 | 2: <unset> | |
4251 | 3: Able was I ere I saw Elba | |
4252 | 4: A | |
4253 | *** Failers | |
4254 | No match | |
4255 | The quick brown fox | |
4256 | No match | |
4257 | ||
4258 | /((?(R)a|b))\1(?1)?/ | |
4259 | Capturing subpattern count = 1 | |
4260 | Max back reference = 1 | |
4261 | No options | |
4262 | No first char | |
4263 | No need char | |
4264 | bb | |
4265 | 0: bb | |
4266 | 1: b | |
4267 | bbaa | |
4268 | 0: bba | |
4269 | 1: b | |
4270 | ||
4271 | /(.*)a/sI | |
4272 | Capturing subpattern count = 1 | |
4273 | Partial matching not supported | |
4274 | Options: anchored dotall | |
4275 | No first char | |
4276 | Need char = 'a' | |
4277 | ||
4278 | /(.*)a\1/sI | |
4279 | Capturing subpattern count = 1 | |
4280 | Max back reference = 1 | |
4281 | Partial matching not supported | |
4282 | Options: dotall | |
4283 | No first char | |
4284 | Need char = 'a' | |
4285 | ||
4286 | /(.*)a(b)\2/sI | |
4287 | Capturing subpattern count = 2 | |
4288 | Max back reference = 2 | |
4289 | Partial matching not supported | |
4290 | Options: anchored dotall | |
4291 | No first char | |
4292 | Need char = 'b' | |
4293 | ||
4294 | /((.*)a|(.*)b)z/sI | |
4295 | Capturing subpattern count = 3 | |
4296 | Partial matching not supported | |
4297 | Options: anchored dotall | |
4298 | No first char | |
4299 | Need char = 'z' | |
4300 | ||
4301 | /((.*)a|(.*)b)z\1/sI | |
4302 | Capturing subpattern count = 3 | |
4303 | Max back reference = 1 | |
4304 | Partial matching not supported | |
4305 | Options: dotall | |
4306 | No first char | |
4307 | Need char = 'z' | |
4308 | ||
4309 | /((.*)a|(.*)b)z\2/sI | |
4310 | Capturing subpattern count = 3 | |
4311 | Max back reference = 2 | |
4312 | Partial matching not supported | |
4313 | Options: dotall | |
4314 | No first char | |
4315 | Need char = 'z' | |
4316 | ||
4317 | /((.*)a|(.*)b)z\3/sI | |
4318 | Capturing subpattern count = 3 | |
4319 | Max back reference = 3 | |
4320 | Partial matching not supported | |
4321 | Options: dotall | |
4322 | No first char | |
4323 | Need char = 'z' | |
4324 | ||
4325 | /((.*)a|^(.*)b)z\3/sI | |
4326 | Capturing subpattern count = 3 | |
4327 | Max back reference = 3 | |
4328 | Partial matching not supported | |
4329 | Options: anchored dotall | |
4330 | No first char | |
4331 | Need char = 'z' | |
4332 | ||
4333 | /(.*)|(.*)|(.*)|(.*)|(.*)|(.*)|(.*)|(.*)|(.*)|(.*)|(.*)|(.*)|(.*)|(.*)|(.*)|(.*)|(.*)|(.*)|(.*)|(.*)|(.*)|(.*)|(.*)|(.*)|(.*)|(.*)|(.*)|(.*)|(.*)|(.*)|(.*)a/sI | |
4334 | Capturing subpattern count = 31 | |
4335 | Partial matching not supported | |
4336 | Options: anchored dotall | |
4337 | No first char | |
4338 | No need char | |
4339 | ||
4340 | /(.*)|(.*)|(.*)|(.*)|(.*)|(.*)|(.*)|(.*)|(.*)|(.*)|(.*)|(.*)|(.*)|(.*)|(.*)|(.*)|(.*)|(.*)|(.*)|(.*)|(.*)|(.*)|(.*)|(.*)|(.*)|(.*)|(.*)|(.*)|(.*)|(.*)|(.*)a\31/sI | |
4341 | Capturing subpattern count = 31 | |
4342 | Max back reference = 31 | |
4343 | Partial matching not supported | |
4344 | Options: dotall | |
4345 | No first char | |
4346 | No need char | |
4347 | ||
4348 | /(.*)|(.*)|(.*)|(.*)|(.*)|(.*)|(.*)|(.*)|(.*)|(.*)|(.*)|(.*)|(.*)|(.*)|(.*)|(.*)|(.*)|(.*)|(.*)|(.*)|(.*)|(.*)|(.*)|(.*)|(.*)|(.*)|(.*)|(.*)|(.*)|(.*)|(.*)|(.*)a\32/sI | |
4349 | Capturing subpattern count = 32 | |
4350 | Max back reference = 32 | |
4351 | Partial matching not supported | |
4352 | Options: dotall | |
4353 | No first char | |
4354 | No need char | |
4355 | ||
4356 | /(a)(bc)/ND | |
4357 | ------------------------------------------------------------------ | |
4358 | 0 21 Bra 0 | |
4359 | 3 5 Bra 0 | |
4360 | 6 a | |
4361 | 8 5 Ket | |
4362 | 11 7 Bra 0 | |
4363 | 14 bc | |
4364 | 18 7 Ket | |
4365 | 21 21 Ket | |
4366 | 24 End | |
4367 | ------------------------------------------------------------------ | |
4368 | Capturing subpattern count = 0 | |
4369 | Options: | |
4370 | First char = 'a' | |
4371 | Need char = 'c' | |
4372 | abc | |
4373 | 0: abc | |
4374 | ||
4375 | /(?P<one>a)(bc)/ND | |
4376 | ------------------------------------------------------------------ | |
4377 | 0 21 Bra 0 | |
4378 | 3 5 Bra 1 | |
4379 | 6 a | |
4380 | 8 5 Ket | |
4381 | 11 7 Bra 0 | |
4382 | 14 bc | |
4383 | 18 7 Ket | |
4384 | 21 21 Ket | |
4385 | 24 End | |
4386 | ------------------------------------------------------------------ | |
4387 | Capturing subpattern count = 1 | |
4388 | Named capturing subpatterns: | |
4389 | one 1 | |
4390 | Options: | |
4391 | First char = 'a' | |
4392 | Need char = 'c' | |
4393 | abc | |
4394 | 0: abc | |
4395 | 1: a | |
4396 | ||
4397 | /(a)(?P<named>bc)/ND | |
4398 | ------------------------------------------------------------------ | |
4399 | 0 21 Bra 0 | |
4400 | 3 5 Bra 0 | |
4401 | 6 a | |
4402 | 8 5 Ket | |
4403 | 11 7 Bra 1 | |
4404 | 14 bc | |
4405 | 18 7 Ket | |
4406 | 21 21 Ket | |
4407 | 24 End | |
4408 | ------------------------------------------------------------------ | |
4409 | Capturing subpattern count = 1 | |
4410 | Named capturing subpatterns: | |
4411 | named 1 | |
4412 | Options: | |
4413 | First char = 'a' | |
4414 | Need char = 'c' | |
4415 | ||
4416 | /(a+)*zz/ | |
4417 | Capturing subpattern count = 1 | |
4418 | Partial matching not supported | |
4419 | No options | |
4420 | No first char | |
4421 | Need char = 'z' | |
4422 | aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaazzbbbbbb\M | |
4423 | Minimum match limit = 8 | |
4424 | 0: aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaazz | |
4425 | 1: aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa | |
4426 | aaaaaaaaaaaaaz\M | |
4427 | Minimum match limit = 32768 | |
4428 | No match | |
4429 | ||
4430 | /(aaa(?C1)bbb|ab)/ | |
4431 | Capturing subpattern count = 1 | |
4432 | No options | |
4433 | First char = 'a' | |
4434 | Need char = 'b' | |
4435 | aaabbb | |
4436 | --->aaabbb | |
4437 | 1 ^ ^ b | |
4438 | 0: aaabbb | |
4439 | 1: aaabbb | |
4440 | aaabbb\C*0 | |
4441 | --->aaabbb | |
4442 | 1 ^ ^ b | |
4443 | 0: aaabbb | |
4444 | 1: aaabbb | |
4445 | aaabbb\C*1 | |
4446 | --->aaabbb | |
4447 | 1 ^ ^ b | |
4448 | Callout data = 1 | |
4449 | 0: ab | |
4450 | 1: ab | |
4451 | aaabbb\C*-1 | |
4452 | --->aaabbb | |
4453 | 1 ^ ^ b | |
4454 | Callout data = -1 | |
4455 | No match | |
4456 | ||
4457 | /ab(?P<one>cd)ef(?P<two>gh)/ | |
4458 | Capturing subpattern count = 2 | |
4459 | Named capturing subpatterns: | |
4460 | one 1 | |
4461 | two 2 | |
4462 | No options | |
4463 | First char = 'a' | |
4464 | Need char = 'h' | |
4465 | abcdefgh | |
4466 | 0: abcdefgh | |
4467 | 1: cd | |
4468 | 2: gh | |
4469 | abcdefgh\C1\Gtwo | |
4470 | 0: abcdefgh | |
4471 | 1: cd | |
4472 | 2: gh | |
4473 | 1C cd (2) | |
4474 | 2G gh (2) | |
4475 | abcdefgh\Cone\Ctwo | |
4476 | 0: abcdefgh | |
4477 | 1: cd | |
4478 | 2: gh | |
4479 | 1C cd (2) | |
4480 | 2C gh (2) | |
4481 | abcdefgh\Cthree | |
4482 | no parentheses with name "three" | |
4483 | 0: abcdefgh | |
4484 | 1: cd | |
4485 | 2: gh | |
4486 | ||
4487 | /(?P<Tes>)(?P<Test>)/D | |
4488 | ------------------------------------------------------------------ | |
4489 | 0 15 Bra 0 | |
4490 | 3 3 Bra 1 | |
4491 | 6 3 Ket | |
4492 | 9 3 Bra 2 | |
4493 | 12 3 Ket | |
4494 | 15 15 Ket | |
4495 | 18 End | |
4496 | ------------------------------------------------------------------ | |
4497 | Capturing subpattern count = 2 | |
4498 | Named capturing subpatterns: | |
4499 | Tes 1 | |
4500 | Test 2 | |
4501 | No options | |
4502 | No first char | |
4503 | No need char | |
4504 | ||
4505 | /(?P<Test>)(?P<Tes>)/D | |
4506 | ------------------------------------------------------------------ | |
4507 | 0 15 Bra 0 | |
4508 | 3 3 Bra 1 | |
4509 | 6 3 Ket | |
4510 | 9 3 Bra 2 | |
4511 | 12 3 Ket | |
4512 | 15 15 Ket | |
4513 | 18 End | |
4514 | ------------------------------------------------------------------ | |
4515 | Capturing subpattern count = 2 | |
4516 | Named capturing subpatterns: | |
4517 | Tes 2 | |
4518 | Test 1 | |
4519 | No options | |
4520 | No first char | |
4521 | No need char | |
4522 | ||
4523 | /(?P<Z>zz)(?P<A>aa)/ | |
4524 | Capturing subpattern count = 2 | |
4525 | Named capturing subpatterns: | |
4526 | A 2 | |
4527 | Z 1 | |
4528 | No options | |
4529 | First char = 'z' | |
4530 | Need char = 'a' | |
4531 | zzaa\CZ | |
4532 | 0: zzaa | |
4533 | 1: zz | |
4534 | 2: aa | |
4535 | 1C zz (2) | |
4536 | zzaa\CA | |
4537 | 0: zzaa | |
4538 | 1: zz | |
4539 | 2: aa | |
4540 | 2C aa (2) | |
4541 | ||
4542 | /(?P<x>eks)(?P<x>eccs)/ | |
4543 | Failed: two named groups have the same name at offset 16 | |
4544 | ||
4545 | /(?P<abc>abc(?P<def>def)(?P<abc>xyz))/ | |
4546 | Failed: two named groups have the same name at offset 31 | |
4547 | ||
4548 | "\[((?P<elem>\d+)(,(?P>elem))*)\]" | |
4549 | Capturing subpattern count = 3 | |
4550 | Named capturing subpatterns: | |
4551 | elem 2 | |
4552 | Partial matching not supported | |
4553 | No options | |
4554 | First char = '[' | |
4555 | Need char = ']' | |
4556 | [10,20,30,5,5,4,4,2,43,23,4234] | |
4557 | 0: [10,20,30,5,5,4,4,2,43,23,4234] | |
4558 | 1: 10,20,30,5,5,4,4,2,43,23,4234 | |
4559 | 2: 10 | |
4560 | 3: ,4234 | |
4561 | *** Failers | |
4562 | No match | |
4563 | [] | |
4564 | No match | |
4565 | ||
4566 | "\[((?P<elem>\d+)(,(?P>elem))*)?\]" | |
4567 | Capturing subpattern count = 3 | |
4568 | Named capturing subpatterns: | |
4569 | elem 2 | |
4570 | Partial matching not supported | |
4571 | No options | |
4572 | First char = '[' | |
4573 | Need char = ']' | |
4574 | [10,20,30,5,5,4,4,2,43,23,4234] | |
4575 | 0: [10,20,30,5,5,4,4,2,43,23,4234] | |
4576 | 1: 10,20,30,5,5,4,4,2,43,23,4234 | |
4577 | 2: 10 | |
4578 | 3: ,4234 | |
4579 | [] | |
4580 | 0: [] | |
4581 | ||
4582 | /(a(b(?2)c))?/D | |
4583 | ------------------------------------------------------------------ | |
4584 | 0 25 Bra 0 | |
4585 | 3 Brazero | |
4586 | 4 18 Bra 1 | |
4587 | 7 a | |
4588 | 9 10 Bra 2 | |
4589 | 12 b | |
4590 | 14 9 Recurse | |
4591 | 17 c | |
4592 | 19 10 Ket | |
4593 | 22 18 Ket | |
4594 | 25 25 Ket | |
4595 | 28 End | |
4596 | ------------------------------------------------------------------ | |
4597 | Capturing subpattern count = 2 | |
4598 | No options | |
4599 | No first char | |
4600 | No need char | |
4601 | ||
4602 | /(a(b(?2)c))*/D | |
4603 | ------------------------------------------------------------------ | |
4604 | 0 25 Bra 0 | |
4605 | 3 Brazero | |
4606 | 4 18 Bra 1 | |
4607 | 7 a | |
4608 | 9 10 Bra 2 | |
4609 | 12 b | |
4610 | 14 9 Recurse | |
4611 | 17 c | |
4612 | 19 10 Ket | |
4613 | 22 18 KetRmax | |
4614 | 25 25 Ket | |
4615 | 28 End | |
4616 | ------------------------------------------------------------------ | |
4617 | Capturing subpattern count = 2 | |
4618 | No options | |
4619 | No first char | |
4620 | No need char | |
4621 | ||
4622 | /(a(b(?2)c)){0,2}/D | |
4623 | ------------------------------------------------------------------ | |
4624 | 0 53 Bra 0 | |
4625 | 3 Brazero | |
4626 | 4 46 Bra 0 | |
4627 | 7 18 Bra 1 | |
4628 | 10 a | |
4629 | 12 10 Bra 2 | |
4630 | 15 b | |
4631 | 17 12 Recurse | |
4632 | 20 c | |
4633 | 22 10 Ket | |
4634 | 25 18 Ket | |
4635 | 28 Brazero | |
4636 | 29 18 Bra 1 | |
4637 | 32 a | |
4638 | 34 10 Bra 2 | |
4639 | 37 b | |
4640 | 39 12 Recurse | |
4641 | 42 c | |
4642 | 44 10 Ket | |
4643 | 47 18 Ket | |
4644 | 50 46 Ket | |
4645 | 53 53 Ket | |
4646 | 56 End | |
4647 | ------------------------------------------------------------------ | |
4648 | Capturing subpattern count = 2 | |
4649 | No options | |
4650 | No first char | |
4651 | No need char | |
4652 | ||
4653 | /[ab]{1}+/D | |
4654 | ------------------------------------------------------------------ | |
4655 | 0 47 Bra 0 | |
4656 | 3 41 Once | |
4657 | 6 [ab]{1,1} | |
4658 | 44 41 Ket | |
4659 | 47 47 Ket | |
4660 | 50 End | |
4661 | ------------------------------------------------------------------ | |
4662 | Capturing subpattern count = 0 | |
4663 | No options | |
4664 | No first char | |
4665 | No need char | |
4666 | ||
4667 | /((w\/|-|with)*(free|immediate)*.*?shipping\s*[!.-]*)/i | |
4668 | Capturing subpattern count = 3 | |
4669 | Partial matching not supported | |
4670 | Options: caseless | |
4671 | No first char | |
4672 | Need char = 'g' (caseless) | |
4673 | Baby Bjorn Active Carrier - With free SHIPPING!! | |
4674 | 0: Baby Bjorn Active Carrier - With free SHIPPING!! | |
4675 | 1: Baby Bjorn Active Carrier - With free SHIPPING!! | |
4676 | ||
4677 | /((w\/|-|with)*(free|immediate)*.*?shipping\s*[!.-]*)/iS | |
4678 | Capturing subpattern count = 3 | |
4679 | Partial matching not supported | |
4680 | Options: caseless | |
4681 | No first char | |
4682 | Need char = 'g' (caseless) | |
4683 | Study returned NULL | |
4684 | Baby Bjorn Active Carrier - With free SHIPPING!! | |
4685 | 0: Baby Bjorn Active Carrier - With free SHIPPING!! | |
4686 | 1: Baby Bjorn Active Carrier - With free SHIPPING!! | |
4687 | ||
4688 | /a*.*b/SD | |
4689 | ------------------------------------------------------------------ | |
4690 | 0 9 Bra 0 | |
4691 | 3 a* | |
4692 | 5 Any* | |
4693 | 7 b | |
4694 | 9 9 Ket | |
4695 | 12 End | |
4696 | ------------------------------------------------------------------ | |
4697 | Capturing subpattern count = 0 | |
4698 | Partial matching not supported | |
4699 | No options | |
4700 | No first char | |
4701 | Need char = 'b' | |
4702 | Study returned NULL | |
4703 | ||
4704 | /(a|b)*.?c/SD | |
4705 | ------------------------------------------------------------------ | |
4706 | 0 21 Bra 0 | |
4707 | 3 Brazero | |
4708 | 4 5 Bra 1 | |
4709 | 7 a | |
4710 | 9 5 Alt | |
4711 | 12 b | |
4712 | 14 10 KetRmax | |
4713 | 17 Any? | |
4714 | 19 c | |
4715 | 21 21 Ket | |
4716 | 24 End | |
4717 | ------------------------------------------------------------------ | |
4718 | Capturing subpattern count = 1 | |
4719 | No options | |
4720 | No first char | |
4721 | Need char = 'c' | |
4722 | Study returned NULL | |
4723 | ||
4724 | /abc(?C255)de(?C)f/D | |
4725 | ------------------------------------------------------------------ | |
4726 | 0 27 Bra 0 | |
4727 | 3 abc | |
4728 | 9 Callout 255 10 1 | |
4729 | 15 de | |
4730 | 19 Callout 0 16 1 | |
4731 | 25 f | |
4732 | 27 27 Ket | |
4733 | 30 End | |
4734 | ------------------------------------------------------------------ | |
4735 | Capturing subpattern count = 0 | |
4736 | No options | |
4737 | First char = 'a' | |
4738 | Need char = 'f' | |
4739 | ||
4740 | /abcde/CD | |
4741 | ------------------------------------------------------------------ | |
4742 | 0 49 Bra 0 | |
4743 | 3 Callout 255 0 1 | |
4744 | 9 a | |
4745 | 11 Callout 255 1 1 | |
4746 | 17 b | |
4747 | 19 Callout 255 2 1 | |
4748 | 25 c | |
4749 | 27 Callout 255 3 1 | |
4750 | 33 d | |
4751 | 35 Callout 255 4 1 | |
4752 | 41 e | |
4753 | 43 Callout 255 5 0 | |
4754 | 49 49 Ket | |
4755 | 52 End | |
4756 | ------------------------------------------------------------------ | |
4757 | Capturing subpattern count = 0 | |
4758 | Options: | |
4759 | First char = 'a' | |
4760 | Need char = 'e' | |
4761 | abcde | |
4762 | --->abcde | |
4763 | +0 ^ a | |
4764 | +1 ^^ b | |
4765 | +2 ^ ^ c | |
4766 | +3 ^ ^ d | |
4767 | +4 ^ ^ e | |
4768 | +5 ^ ^ | |
4769 | 0: abcde | |
4770 | abcdfe | |
4771 | --->abcdfe | |
4772 | +0 ^ a | |
4773 | +1 ^^ b | |
4774 | +2 ^ ^ c | |
4775 | +3 ^ ^ d | |
4776 | +4 ^ ^ e | |
4777 | No match | |
4778 | ||
4779 | /a*b/CD | |
4780 | ------------------------------------------------------------------ | |
4781 | 0 25 Bra 0 | |
4782 | 3 Callout 255 0 2 | |
4783 | 9 a* | |
4784 | 11 Callout 255 2 1 | |
4785 | 17 b | |
4786 | 19 Callout 255 3 0 | |
4787 | 25 25 Ket | |
4788 | 28 End | |
4789 | ------------------------------------------------------------------ | |
4790 | Capturing subpattern count = 0 | |
4791 | Partial matching not supported | |
4792 | Options: | |
4793 | No first char | |
4794 | Need char = 'b' | |
4795 | ab | |
4796 | --->ab | |
4797 | +0 ^ a* | |
4798 | +2 ^^ b | |
4799 | +3 ^ ^ | |
4800 | 0: ab | |
4801 | aaaab | |
4802 | --->aaaab | |
4803 | +0 ^ a* | |
4804 | +2 ^ ^ b | |
4805 | +3 ^ ^ | |
4806 | 0: aaaab | |
4807 | aaaacb | |
4808 | --->aaaacb | |
4809 | +0 ^ a* | |
4810 | +2 ^ ^ b | |
4811 | +2 ^ ^ b | |
4812 | +2 ^ ^ b | |
4813 | +2 ^^ b | |
4814 | +2 ^ b | |
4815 | +0 ^ a* | |
4816 | +2 ^ ^ b | |
4817 | +2 ^ ^ b | |
4818 | +2 ^^ b | |
4819 | +2 ^ b | |
4820 | +0 ^ a* | |
4821 | +2 ^ ^ b | |
4822 | +2 ^^ b | |
4823 | +2 ^ b | |
4824 | +0 ^ a* | |
4825 | +2 ^^ b | |
4826 | +2 ^ b | |
4827 | +0 ^ a* | |
4828 | +2 ^ b | |
4829 | +0 ^ a* | |
4830 | +2 ^ b | |
4831 | +3 ^^ | |
4832 | 0: b | |
4833 | ||
4834 | /a+b/CD | |
4835 | ------------------------------------------------------------------ | |
4836 | 0 25 Bra 0 | |
4837 | 3 Callout 255 0 2 | |
4838 | 9 a+ | |
4839 | 11 Callout 255 2 1 | |
4840 | 17 b | |
4841 | 19 Callout 255 3 0 | |
4842 | 25 25 Ket | |
4843 | 28 End | |
4844 | ------------------------------------------------------------------ | |
4845 | Capturing subpattern count = 0 | |
4846 | Partial matching not supported | |
4847 | Options: | |
4848 | First char = 'a' | |
4849 | Need char = 'b' | |
4850 | ab | |
4851 | --->ab | |
4852 | +0 ^ a+ | |
4853 | +2 ^^ b | |
4854 | +3 ^ ^ | |
4855 | 0: ab | |
4856 | aaaab | |
4857 | --->aaaab | |
4858 | +0 ^ a+ | |
4859 | +2 ^ ^ b | |
4860 | +3 ^ ^ | |
4861 | 0: aaaab | |
4862 | aaaacb | |
4863 | --->aaaacb | |
4864 | +0 ^ a+ | |
4865 | +2 ^ ^ b | |
4866 | +2 ^ ^ b | |
4867 | +2 ^ ^ b | |
4868 | +2 ^^ b | |
4869 | +0 ^ a+ | |
4870 | +2 ^ ^ b | |
4871 | +2 ^ ^ b | |
4872 | +2 ^^ b | |
4873 | +0 ^ a+ | |
4874 | +2 ^ ^ b | |
4875 | +2 ^^ b | |
4876 | +0 ^ a+ | |
4877 | +2 ^^ b | |
4878 | No match | |
4879 | ||
4880 | /(abc|def)x/CD | |
4881 | ------------------------------------------------------------------ | |
4882 | 0 92 Bra 0 | |
4883 | 3 Callout 255 0 9 | |
4884 | 9 33 Bra 1 | |
4885 | 12 Callout 255 1 1 | |
4886 | 18 a | |
4887 | 20 Callout 255 2 1 | |
4888 | 26 b | |
4889 | 28 Callout 255 3 1 | |
4890 | 34 c | |
4891 | 36 Callout 255 4 0 | |
4892 | 42 33 Alt | |
4893 | 45 Callout 255 5 1 | |
4894 | 51 d | |
4895 | 53 Callout 255 6 1 | |
4896 | 59 e | |
4897 | 61 Callout 255 7 1 | |
4898 | 67 f | |
4899 | 69 Callout 255 8 0 | |
4900 | 75 66 Ket | |
4901 | 78 Callout 255 9 1 | |
4902 | 84 x | |
4903 | 86 Callout 255 10 0 | |
4904 | 92 92 Ket | |
4905 | 95 End | |
4906 | ------------------------------------------------------------------ | |
4907 | Capturing subpattern count = 1 | |
4908 | Options: | |
4909 | No first char | |
4910 | Need char = 'x' | |
4911 | abcx | |
4912 | --->abcx | |
4913 | +0 ^ (abc|def) | |
4914 | +1 ^ a | |
4915 | +2 ^^ b | |
4916 | +3 ^ ^ c | |
4917 | +4 ^ ^ | | |
4918 | +9 ^ ^ x | |
4919 | +10 ^ ^ | |
4920 | 0: abcx | |
4921 | 1: abc | |
4922 | defx | |
4923 | --->defx | |
4924 | +0 ^ (abc|def) | |
4925 | +1 ^ a | |
4926 | +5 ^ d | |
4927 | +6 ^^ e | |
4928 | +7 ^ ^ f | |
4929 | +8 ^ ^ ) | |
4930 | +9 ^ ^ x | |
4931 | +10 ^ ^ | |
4932 | 0: defx | |
4933 | 1: def | |
4934 | abcdefzx | |
4935 | --->abcdefzx | |
4936 | +0 ^ (abc|def) | |
4937 | +1 ^ a | |
4938 | +2 ^^ b | |
4939 | +3 ^ ^ c | |
4940 | +4 ^ ^ | | |
4941 | +9 ^ ^ x | |
4942 | +5 ^ d | |
4943 | +0 ^ (abc|def) | |
4944 | +1 ^ a | |
4945 | +5 ^ d | |
4946 | +0 ^ (abc|def) | |
4947 | +1 ^ a | |
4948 | +5 ^ d | |
4949 | +0 ^ (abc|def) | |
4950 | +1 ^ a | |
4951 | +5 ^ d | |
4952 | +6 ^^ e | |
4953 | +7 ^ ^ f | |
4954 | +8 ^ ^ ) | |
4955 | +9 ^ ^ x | |
4956 | +0 ^ (abc|def) | |
4957 | +1 ^ a | |
4958 | +5 ^ d | |
4959 | +0 ^ (abc|def) | |
4960 | +1 ^ a | |
4961 | +5 ^ d | |
4962 | +0 ^ (abc|def) | |
4963 | +1 ^ a | |
4964 | +5 ^ d | |
4965 | +0 ^ (abc|def) | |
4966 | +1 ^ a | |
4967 | +5 ^ d | |
4968 | No match | |
4969 | ||
4970 | /(ab|cd){3,4}/C | |
4971 | Capturing subpattern count = 1 | |
4972 | Options: | |
4973 | No first char | |
4974 | No need char | |
4975 | ababab | |
4976 | --->ababab | |
4977 | +0 ^ (ab|cd){3,4} | |
4978 | +1 ^ a | |
4979 | +2 ^^ b | |
4980 | +3 ^ ^ | | |
4981 | +1 ^ ^ a | |
4982 | +2 ^ ^ b | |
4983 | +3 ^ ^ | | |
4984 | +1 ^ ^ a | |
4985 | +2 ^ ^ b | |
4986 | +3 ^ ^ | | |
4987 | +1 ^ ^ a | |
4988 | +4 ^ ^ c | |
4989 | +12 ^ ^ | |
4990 | 0: ababab | |
4991 | 1: ab | |
4992 | abcdabcd | |
4993 | --->abcdabcd | |
4994 | +0 ^ (ab|cd){3,4} | |
4995 | +1 ^ a | |
4996 | +2 ^^ b | |
4997 | +3 ^ ^ | | |
4998 | +1 ^ ^ a | |
4999 | +4 ^ ^ c | |
5000 | +5 ^ ^ d | |
5001 | +6 ^ ^ ) | |
5002 | +1 ^ ^ a | |
5003 | +2 ^ ^ b | |
5004 | +3 ^ ^ | | |
5005 | +1 ^ ^ a | |
5006 | +4 ^ ^ c | |
5007 | +5 ^ ^ d | |
5008 | +6 ^ ^ ) | |
5009 | +12 ^ ^ | |
5010 | 0: abcdabcd | |
5011 | 1: cd | |
5012 | abcdcdcdcdcd | |
5013 | --->abcdcdcdcdcd | |
5014 | +0 ^ (ab|cd){3,4} | |
5015 | +1 ^ a | |
5016 | +2 ^^ b | |
5017 | +3 ^ ^ | | |
5018 | +1 ^ ^ a | |
5019 | +4 ^ ^ c | |
5020 | +5 ^ ^ d | |
5021 | +6 ^ ^ ) | |
5022 | +1 ^ ^ a | |
5023 | +4 ^ ^ c | |
5024 | +5 ^ ^ d | |
5025 | +6 ^ ^ ) | |
5026 | +1 ^ ^ a | |
5027 | +4 ^ ^ c | |
5028 | +5 ^ ^ d | |
5029 | +6 ^ ^ ) | |
5030 | +12 ^ ^ | |
5031 | 0: abcdcdcd | |
5032 | 1: cd | |
5033 | ||
5034 | /([ab]{,4}c|xy)/CD | |
5035 | ------------------------------------------------------------------ | |
5036 | 0 131 Bra 0 | |
5037 | 3 Callout 255 0 14 | |
5038 | 9 88 Bra 1 | |
5039 | 12 Callout 255 1 4 | |
5040 | 18 [ab] | |
5041 | 51 Callout 255 5 1 | |
5042 | 57 { | |
5043 | 59 Callout 255 6 1 | |
5044 | 65 , | |
5045 | 67 Callout 255 7 1 | |
5046 | 73 4 | |
5047 | 75 Callout 255 8 1 | |
5048 | 81 } | |
5049 | 83 Callout 255 9 1 | |
5050 | 89 c | |
5051 | 91 Callout 255 10 0 | |
5052 | 97 25 Alt | |
5053 | 100 Callout 255 11 1 | |
5054 | 106 x | |
5055 | 108 Callout 255 12 1 | |
5056 | 114 y | |
5057 | 116 Callout 255 13 0 | |
5058 | 122 113 Ket | |
5059 | 125 Callout 255 14 0 | |
5060 | 131 131 Ket | |
5061 | 134 End | |
5062 | ------------------------------------------------------------------ | |
5063 | Capturing subpattern count = 1 | |
5064 | Options: | |
5065 | No first char | |
5066 | No need char | |
5067 | Note: that { does NOT introduce a quantifier | |
5068 | --->Note: that { does NOT introduce a quantifier | |
5069 | +0 ^ ([ab]{,4}c|xy) | |
5070 | +1 ^ [ab] | |
5071 | +11 ^ x | |
5072 | +0 ^ ([ab]{,4}c|xy) | |
5073 | +1 ^ [ab] | |
5074 | +11 ^ x | |
5075 | +0 ^ ([ab]{,4}c|xy) | |
5076 | +1 ^ [ab] | |
5077 | +11 ^ x | |
5078 | +0 ^ ([ab]{,4}c|xy) | |
5079 | +1 ^ [ab] | |
5080 | +11 ^ x | |
5081 | +0 ^ ([ab]{,4}c|xy) | |
5082 | +1 ^ [ab] | |
5083 | +11 ^ x | |
5084 | +0 ^ ([ab]{,4}c|xy) | |
5085 | +1 ^ [ab] | |
5086 | +11 ^ x | |
5087 | +0 ^ ([ab]{,4}c|xy) | |
5088 | +1 ^ [ab] | |
5089 | +11 ^ x | |
5090 | +0 ^ ([ab]{,4}c|xy) | |
5091 | +1 ^ [ab] | |
5092 | +11 ^ x | |
5093 | +0 ^ ([ab]{,4}c|xy) | |
5094 | +1 ^ [ab] | |
5095 | +5 ^^ { | |
5096 | +11 ^ x | |
5097 | +0 ^ ([ab]{,4}c|xy) | |
5098 | +1 ^ [ab] | |
5099 | +11 ^ x | |
5100 | +0 ^ ([ab]{,4}c|xy) | |
5101 | +1 ^ [ab] | |
5102 | +11 ^ x | |
5103 | +0 ^ ([ab]{,4}c|xy) | |
5104 | +1 ^ [ab] | |
5105 | +11 ^ x | |
5106 | +0 ^ ([ab]{,4}c|xy) | |
5107 | +1 ^ [ab] | |
5108 | +11 ^ x | |
5109 | +0 ^ ([ab]{,4}c|xy) | |
5110 | +1 ^ [ab] | |
5111 | +11 ^ x | |
5112 | +0 ^ ([ab]{,4}c|xy) | |
5113 | +1 ^ [ab] | |
5114 | +11 ^ x | |
5115 | +0 ^ ([ab]{,4}c|xy) | |
5116 | +1 ^ [ab] | |
5117 | +11 ^ x | |
5118 | +0 ^ ([ab]{,4}c|xy) | |
5119 | +1 ^ [ab] | |
5120 | +11 ^ x | |
5121 | +0 ^ ([ab]{,4}c|xy) | |
5122 | +1 ^ [ab] | |
5123 | +11 ^ x | |
5124 | +0 ^ ([ab]{,4}c|xy) | |
5125 | +1 ^ [ab] | |
5126 | +11 ^ x | |
5127 | +0 ^ ([ab]{,4}c|xy) | |
5128 | +1 ^ [ab] | |
5129 | +11 ^ x | |
5130 | +0 ^ ([ab]{,4}c|xy) | |
5131 | +1 ^ [ab] | |
5132 | +11 ^ x | |
5133 | +0 ^ ([ab]{,4}c|xy) | |
5134 | +1 ^ [ab] | |
5135 | +11 ^ x | |
5136 | +0 ^ ([ab]{,4}c|xy) | |
5137 | +1 ^ [ab] | |
5138 | +11 ^ x | |
5139 | +0 ^ ([ab]{,4}c|xy) | |
5140 | +1 ^ [ab] | |
5141 | +11 ^ x | |
5142 | +0 ^ ([ab]{,4}c|xy) | |
5143 | +1 ^ [ab] | |
5144 | +11 ^ x | |
5145 | +0 ^ ([ab]{,4}c|xy) | |
5146 | +1 ^ [ab] | |
5147 | +11 ^ x | |
5148 | +0 ^ ([ab]{,4}c|xy) | |
5149 | +1 ^ [ab] | |
5150 | +11 ^ x | |
5151 | +0 ^ ([ab]{,4}c|xy) | |
5152 | +1 ^ [ab] | |
5153 | +11 ^ x | |
5154 | +0 ^ ([ab]{,4}c|xy) | |
5155 | +1 ^ [ab] | |
5156 | +11 ^ x | |
5157 | +0 ^ ([ab]{,4}c|xy) | |
5158 | +1 ^ [ab] | |
5159 | +11 ^ x | |
5160 | +0 ^ ([ab]{,4}c|xy) | |
5161 | +1 ^ [ab] | |
5162 | +11 ^ x | |
5163 | +0 ^ ([ab]{,4}c|xy) | |
5164 | +1 ^ [ab] | |
5165 | +11 ^ x | |
5166 | +0 ^ ([ab]{,4}c|xy) | |
5167 | +1 ^ [ab] | |
5168 | +5 ^^ { | |
5169 | +11 ^ x | |
5170 | +0 ^ ([ab]{,4}c|xy) | |
5171 | +1 ^ [ab] | |
5172 | +11 ^ x | |
5173 | +0 ^ ([ab]{,4}c|xy) | |
5174 | +1 ^ [ab] | |
5175 | +11 ^ x | |
5176 | +0 ^ ([ab]{,4}c|xy) | |
5177 | +1 ^ [ab] | |
5178 | +11 ^ x | |
5179 | +0 ^ ([ab]{,4}c|xy) | |
5180 | +1 ^ [ab] | |
5181 | +5 ^^ { | |
5182 | +11 ^ x | |
5183 | +0 ^ ([ab]{,4}c|xy) | |
5184 | +1 ^ [ab] | |
5185 | +11 ^ x | |
5186 | +0 ^ ([ab]{,4}c|xy) |