Parent Directory
|
Revision Log
|
Patch
| revision 67 by nigel, Sat Feb 24 21:40:13 2007 UTC | revision 77 by nigel, Sat Feb 24 21:40:45 2007 UTC | |
|---|---|---|
| # | Line 1 | Line 1 |
| 1 | PCRE version 4.2 14-Apr-2003 | PCRE version 6.0 07-Jun-2005 |
| 2 | ||
| 3 | /-- Do not use the \x{} construct except with patterns that have the --/ | /-- Do not use the \x{} construct except with patterns that have the --/ |
| 4 | /-- /8 option set, because PCRE doesn't recognize them as UTF-8 unless --/ | /-- /8 option set, because PCRE doesn't recognize them as UTF-8 unless --/ |
| # | Line 409 No match | Line 409 No match |
| 409 | > >\x{100} Y | > >\x{100} Y |
| 410 | 0: >\x{100} | 0: >\x{100} |
| 411 | ||
| /\W/8 | ||
| A.B | ||
| 0: . | ||
| A\x{100}B | ||
| 0: \x{100} | ||
| 412 | /\d/8 | /\d/8 |
| 413 | \x{100}3 | \x{100}3 |
| 414 | 0: 3 | 0: 3 |
| # | Line 423 No match | Line 417 No match |
| 417 | \x{100} X | \x{100} X |
| 418 | 0: | 0: |
| 419 | ||
| /\w/8 | ||
| \x{100}X | ||
| 0: X | ||
| 420 | /\D+/8 | /\D+/8 |
| 421 | 12abcd34 | 12abcd34 |
| 422 | 0: abcd | 0: abcd |
| # | Line 831 No match | Line 821 No match |
| 821 | 0: \x{100} | 0: \x{100} |
| 822 | *** Failers | *** Failers |
| 823 | No match | No match |
| 824 | \x{101} | \x{102} |
| 825 | No match | No match |
| 826 | y | y |
| 827 | No match | No match |
| # | Line 854 No match | Line 844 No match |
| 844 | \x{123} | \x{123} |
| 845 | 0: \x{123} | 0: \x{123} |
| 846 | ||
| 847 | / End of testinput4 / | /^[ac]*b/8 |
| 848 | xb | |
| 849 | No match | |
| 850 | ||
| 851 | /^[ac\x{100}]*b/8 | |
| 852 | xb | |
| 853 | No match | |
| 854 | ||
| 855 | /^[^x]*b/8i | |
| 856 | xb | |
| 857 | No match | |
| 858 | ||
| 859 | /^[^x]*b/8 | |
| 860 | xb | |
| 861 | No match | |
| 862 | ||
| 863 | /^\d*b/8 | |
| 864 | xb | |
| 865 | No match | |
| 866 | ||
| 867 | /(|a)/g8 | |
| 868 | catac | |
| 869 | 0: | |
| 870 | 1: | |
| 871 | 0: | |
| 872 | 1: | |
| 873 | 0: a | |
| 874 | 1: a | |
| 875 | 0: | |
| 876 | 1: | |
| 877 | 0: | |
| 878 | 1: | |
| 879 | 0: a | |
| 880 | 1: a | |
| 881 | 0: | |
| 882 | 1: | |
| 883 | 0: | |
| 884 | 1: | |
| 885 | a\x{256}a | |
| 886 | 0: | |
| 887 | 1: | |
| 888 | 0: a | |
| 889 | 1: a | |
| 890 | 0: | |
| 891 | 1: | |
| 892 | 0: | |
| 893 | 1: | |
| 894 | 0: a | |
| 895 | 1: a | |
| 896 | 0: | |
| 897 | 1: | |
| 898 | ||
| 899 | /^\x{85}$/8i | |
| 900 | \x{85} | |
| 901 | 0: \x{85} | |
| 902 | ||
| 903 | / End of testinput4 / |
|
||||||||
| webmaster@exim.org | ViewVC Help |
| Powered by ViewVC 1.1.12 |