Parent Directory
|
Revision Log
|
Patch
revision 87 by nigel, Sat Feb 24 21:41:21 2007 UTC | revision 91 by nigel, Sat Feb 24 21:41:34 2007 UTC | |
---|---|---|
# | Line 898 No match | Line 898 No match |
898 | \x{85} | \x{85} |
899 | 0: \x{85} | 0: \x{85} |
900 | ||
901 | /^ሴ/8 | |
902 | ሴ | |
903 | 0: \x{1234} | |
904 | ||
905 | /^\ሴ/8 | /^\ሴ/8 |
906 | ሴ | ሴ |
907 | 0: \x{1234} | 0: \x{1234} |
908 | ||
909 | "(?s)(.{1,5})"8 | |
910 | abcdefg | |
911 | 0: abcde | |
912 | 1: abcde | |
913 | ab | |
914 | 0: ab | |
915 | 1: ab | |
916 | ||
917 | / End of testinput4 / | / End of testinput4 / |
|
ViewVC Help | |
Powered by ViewVC 1.1.5 |