Parent Directory
|
Revision Log
|
Patch
| revision 246 by ph10, Tue Sep 11 11:15:33 2007 UTC | revision 247 by ph10, Mon Sep 17 09:38:32 2007 UTC | |
|---|---|---|
| # | Line 1052 No match | Line 1052 No match |
| 1052 | 0: abc8 | 0: abc8 |
| 1053 | 0: abc9 | 0: abc9 |
| 1054 | ||
| 1055 | /^a\Rb/8 | /^a\Rb/8<bsr_unicode> |
| 1056 | a\nb | a\nb |
| 1057 | 0: a\x{0a}b | 0: a\x{0a}b |
| 1058 | a\rb | a\rb |
| # | Line 1074 No match | Line 1074 No match |
| 1074 | a\n\rb | a\n\rb |
| 1075 | No match | No match |
| 1076 | ||
| 1077 | /^a\R*b/8 | /^a\R*b/8<bsr_unicode> |
| 1078 | ab | ab |
| 1079 | 0: ab | 0: ab |
| 1080 | a\nb | a\nb |
| # | Line 1094 No match | Line 1094 No match |
| 1094 | a\n\r\x{85}\x0cb | a\n\r\x{85}\x0cb |
| 1095 | 0: a\x{0a}\x{0d}\x{85}\x{0c}b | 0: a\x{0a}\x{0d}\x{85}\x{0c}b |
| 1096 | ||
| 1097 | /^a\R+b/8 | /^a\R+b/8<bsr_unicode> |
| 1098 | a\nb | a\nb |
| 1099 | 0: a\x{0a}b | 0: a\x{0a}b |
| 1100 | a\rb | a\rb |
| # | Line 1116 No match | Line 1116 No match |
| 1116 | ab | ab |
| 1117 | No match | No match |
| 1118 | ||
| 1119 | /^a\R{1,3}b/8 | /^a\R{1,3}b/8<bsr_unicode> |
| 1120 | a\nb | a\nb |
| 1121 | 0: a\x{0a}b | 0: a\x{0a}b |
| 1122 | a\n\rb | a\n\rb |
|
||||||||
| webmaster@exim.org | ViewVC Help |
| Powered by ViewVC 1.1.12 |