Parent Directory
|
Revision Log
|
Patch
revision 65 by nigel, Sat Feb 24 21:40:08 2007 UTC | revision 67 by nigel, Sat Feb 24 21:40:13 2007 UTC | |
---|---|---|
# | Line 1 | Line 1 |
1 | PCRE version 4.1 12-Mar-2003 | PCRE version 4.2 14-Apr-2003 |
2 | ||
3 | /the quick brown fox/ | /the quick brown fox/ |
4 | the quick brown fox | the quick brown fox |
# | Line 6247 No match | Line 6247 No match |
6247 | aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa | aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa |
6248 | No match | No match |
6249 | ||
6250 | /(?i)reg(?:ul(?:[aä]|ae)r|ex)/ | |
6251 | REGular | |
6252 | 0: REGular | |
6253 | regulaer | |
6254 | 0: regulaer | |
6255 | Regex | |
6256 | 0: Regex | |
6257 | regulär | |
6258 | 0: regul\xe4r | |
6259 | ||
6260 | /Åæåä[à-ÿÀ-ß]+/ | |
6261 | Åæåäà | |
6262 | 0: \xc5\xe6\xe5\xe4\xe0 | |
6263 | Åæåäÿ | |
6264 | 0: \xc5\xe6\xe5\xe4\xff | |
6265 | ÅæåäÀ | |
6266 | 0: \xc5\xe6\xe5\xe4\xc0 | |
6267 | Åæåäß | |
6268 | 0: \xc5\xe6\xe5\xe4\xdf | |
6269 | ||
6270 | / End of testinput1 / | / End of testinput1 / |
6271 |
|
ViewVC Help | |
Powered by ViewVC 1.1.5 |