1 |
PCRE version 2.05 21-Apr-1999 |
PCRE version 2.06 21-Jun-1999 |
2 |
|
|
3 |
/(a)b|/ |
/(a)b|/ |
4 |
Identifying subpattern count = 1 |
Identifying subpattern count = 1 |
981 |
/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]+ |
982 |
)((?:[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]+ |
983 |
)?)?)?)?)?)?)?)?)?otherword/M |
)?)?)?)?)?)?)?)?)?otherword/M |
984 |
Memory allocation request: 441 (code space 428) |
Memory allocation (code space): 428 |
985 |
Identifying subpattern count = 8 |
Identifying subpattern count = 8 |
986 |
No options |
No options |
987 |
First char = 'w' |
First char = 'w' |
1081 |
No options |
No options |
1082 |
First char at start or follows \n |
First char at start or follows \n |
1083 |
|
|
1084 |
|
/\Biss\B/+ |
1085 |
|
Identifying subpattern count = 0 |
1086 |
|
No options |
1087 |
|
First char = 'i' |
1088 |
|
Mississippi |
1089 |
|
0: iss |
1090 |
|
0+ issippi |
1091 |
|
|
1092 |
|
/\Biss\B/+P |
1093 |
|
Mississippi |
1094 |
|
0: iss |
1095 |
|
0+ issippi |
1096 |
|
|
1097 |
|
/iss/G+ |
1098 |
|
Identifying subpattern count = 0 |
1099 |
|
No options |
1100 |
|
First char = 'i' |
1101 |
|
Mississippi |
1102 |
|
0: iss |
1103 |
|
0+ issippi |
1104 |
|
0: iss |
1105 |
|
0+ ippi |
1106 |
|
|
1107 |
|
/\Biss\B/G+ |
1108 |
|
Identifying subpattern count = 0 |
1109 |
|
No options |
1110 |
|
First char = 'i' |
1111 |
|
Mississippi |
1112 |
|
0: iss |
1113 |
|
0+ issippi |
1114 |
|
|
1115 |
|
/\Biss\B/g+ |
1116 |
|
Identifying subpattern count = 0 |
1117 |
|
No options |
1118 |
|
First char = 'i' |
1119 |
|
Mississippi |
1120 |
|
0: iss |
1121 |
|
0+ issippi |
1122 |
|
0: iss |
1123 |
|
0+ ippi |
1124 |
|
*** Failers |
1125 |
|
No match |
1126 |
|
Mississippi\A |
1127 |
|
No match |
1128 |
|
|
1129 |
|
/(?<=[Ms])iss/g+ |
1130 |
|
Identifying subpattern count = 0 |
1131 |
|
No options |
1132 |
|
First char = 'i' |
1133 |
|
Mississippi |
1134 |
|
0: iss |
1135 |
|
0+ issippi |
1136 |
|
0: iss |
1137 |
|
0+ ippi |
1138 |
|
|
1139 |
|
/(?<=[Ms])iss/G+ |
1140 |
|
Identifying subpattern count = 0 |
1141 |
|
No options |
1142 |
|
First char = 'i' |
1143 |
|
Mississippi |
1144 |
|
0: iss |
1145 |
|
0+ issippi |
1146 |
|
|
1147 |
|
/^iss/g+ |
1148 |
|
Identifying subpattern count = 0 |
1149 |
|
Options: anchored |
1150 |
|
No first char |
1151 |
|
ississippi |
1152 |
|
0: iss |
1153 |
|
0+ issippi |
1154 |
|
|
1155 |
|
/.*iss/g+ |
1156 |
|
Identifying subpattern count = 0 |
1157 |
|
No options |
1158 |
|
First char at start or follows \n |
1159 |
|
abciss\nxyzisspqr |
1160 |
|
0: abciss |
1161 |
|
0+ \x0axyzisspqr |
1162 |
|
0: xyziss |
1163 |
|
0+ pqr |
1164 |
|
|
1165 |
|
/.i./+g |
1166 |
|
Identifying subpattern count = 0 |
1167 |
|
No options |
1168 |
|
No first char |
1169 |
|
Mississippi |
1170 |
|
0: Mis |
1171 |
|
0+ sissippi |
1172 |
|
0: sis |
1173 |
|
0+ sippi |
1174 |
|
0: sip |
1175 |
|
0+ pi |
1176 |
|
Mississippi\A |
1177 |
|
0: Mis |
1178 |
|
0+ sissippi |
1179 |
|
0: sis |
1180 |
|
0+ sippi |
1181 |
|
0: sip |
1182 |
|
0+ pi |
1183 |
|
Missouri river |
1184 |
|
0: Mis |
1185 |
|
0+ souri river |
1186 |
|
0: ri |
1187 |
|
0+ river |
1188 |
|
0: riv |
1189 |
|
0+ er |
1190 |
|
Missouri river\A |
1191 |
|
0: Mis |
1192 |
|
0+ souri river |
1193 |
|
|
1194 |
|
/^.is/+g |
1195 |
|
Identifying subpattern count = 0 |
1196 |
|
Options: anchored |
1197 |
|
No first char |
1198 |
|
Mississippi |
1199 |
|
0: Mis |
1200 |
|
0+ sissippi |
1201 |
|
|
1202 |
|
/^ab\n/g+ |
1203 |
|
Identifying subpattern count = 0 |
1204 |
|
Options: anchored |
1205 |
|
No first char |
1206 |
|
ab\nab\ncd |
1207 |
|
0: ab\x0a |
1208 |
|
0+ ab\x0acd |
1209 |
|
|
1210 |
|
/^ab\n/mg+ |
1211 |
|
Identifying subpattern count = 0 |
1212 |
|
Options: multiline |
1213 |
|
First char at start or follows \n |
1214 |
|
ab\nab\ncd |
1215 |
|
0: ab\x0a |
1216 |
|
0+ ab\x0acd |
1217 |
|
0: ab\x0a |
1218 |
|
0+ cd |
1219 |
|
|
1220 |
/ End of test input / |
/ End of test input / |
1221 |
Identifying subpattern count = 0 |
Identifying subpattern count = 0 |
1222 |
No options |
No options |