Parent Directory
|
Revision Log
Version of Test 3 for Windows.
| 1 | ph10 | 249 | /^[\w]+/ |
| 2 | *** Failers | ||
| 3 | École | ||
| 4 | |||
| 5 | /^[\w]+/Lfrench | ||
| 6 | École | ||
| 7 | |||
| 8 | /^[\w]+/ | ||
| 9 | *** Failers | ||
| 10 | École | ||
| 11 | |||
| 12 | /^[\W]+/ | ||
| 13 | École | ||
| 14 | |||
| 15 | /^[\W]+/Lfrench | ||
| 16 | *** Failers | ||
| 17 | École | ||
| 18 | |||
| 19 | /[\b]/ | ||
| 20 | \b | ||
| 21 | *** Failers | ||
| 22 | a | ||
| 23 | |||
| 24 | /[\b]/Lfrench | ||
| 25 | \b | ||
| 26 | *** Failers | ||
| 27 | a | ||
| 28 | |||
| 29 | /^\w+/ | ||
| 30 | *** Failers | ||
| 31 | École | ||
| 32 | |||
| 33 | /^\w+/Lfrench | ||
| 34 | École | ||
| 35 | |||
| 36 | /(.+)\b(.+)/ | ||
| 37 | École | ||
| 38 | |||
| 39 | /(.+)\b(.+)/Lfrench | ||
| 40 | *** Failers | ||
| 41 | École | ||
| 42 | |||
| 43 | /École/i | ||
| 44 | École | ||
| 45 | *** Failers | ||
| 46 | école | ||
| 47 | |||
| 48 | /École/iLfrench | ||
| 49 | École | ||
| 50 | école | ||
| 51 | |||
| 52 | /\w/IS | ||
| 53 | |||
| 54 | /\w/ISLfrench | ||
| 55 | |||
| 56 | /^[\xc8-\xc9]/iLfrench | ||
| 57 | École | ||
| 58 | école | ||
| 59 | |||
| 60 | /^[\xc8-\xc9]/Lfrench | ||
| 61 | École | ||
| 62 | *** Failers | ||
| 63 | école | ||
| 64 | |||
| 65 | /\W+/Lfrench | ||
| 66 | >>>\xaa<<< | ||
| 67 | >>>\xba<<< | ||
| 68 | |||
| 69 | /[\W]+/Lfrench | ||
| 70 | >>>\xaa<<< | ||
| 71 | >>>\xba<<< | ||
| 72 | |||
| 73 | /[^[:alpha:]]+/Lfrench | ||
| 74 | >>>\xaa<<< | ||
| 75 | >>>\xba<<< | ||
| 76 | |||
| 77 | /\w+/Lfrench | ||
| 78 | >>>\xaa<<< | ||
| 79 | >>>\xba<<< | ||
| 80 | |||
| 81 | /[\w]+/Lfrench | ||
| 82 | >>>\xaa<<< | ||
| 83 | >>>\xba<<< | ||
| 84 | |||
| 85 | /[[:alpha:]]+/Lfrench | ||
| 86 | >>>\xaa<<< | ||
| 87 | >>>\xba<<< | ||
| 88 | |||
| 89 | /[[:alpha:]][[:lower:]][[:upper:]]/DZLfrench | ||
| 90 | |||
| 91 | / End of testinput3 / |
| webmaster@exim.org | ViewVC Help |
| Powered by ViewVC 1.1.12 |