wintestoutput3 2.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166
  1. /^[\w]+/
  2. *** Failers
  3. No match
  4. École
  5. No match
  6. /^[\w]+/Lfrench
  7. École
  8. 0: École
  9. /^[\w]+/
  10. *** Failers
  11. No match
  12. École
  13. No match
  14. /^[\W]+/
  15. École
  16. 0: \xc9
  17. /^[\W]+/Lfrench
  18. *** Failers
  19. 0: ***
  20. École
  21. No match
  22. /[\b]/
  23. \b
  24. 0: \x08
  25. *** Failers
  26. No match
  27. a
  28. No match
  29. /[\b]/Lfrench
  30. \b
  31. 0: \x08
  32. *** Failers
  33. No match
  34. a
  35. No match
  36. /^\w+/
  37. *** Failers
  38. No match
  39. École
  40. No match
  41. /^\w+/Lfrench
  42. École
  43. 0: École
  44. /(.+)\b(.+)/
  45. École
  46. 0: \xc9cole
  47. 1: \xc9
  48. 2: cole
  49. /(.+)\b(.+)/Lfrench
  50. *** Failers
  51. 0: *** Failers
  52. 1: ***
  53. 2: Failers
  54. École
  55. No match
  56. /École/i
  57. École
  58. 0: \xc9cole
  59. *** Failers
  60. No match
  61. école
  62. No match
  63. /École/iLfrench
  64. École
  65. 0: École
  66. école
  67. 0: école
  68. /\w/IS
  69. Capturing subpattern count = 0
  70. No options
  71. No first char
  72. No need char
  73. Subject length lower bound = 1
  74. Starting chars: 0 1 2 3 4 5 6 7 8 9 A B C D E F G H I J K L M N O P
  75. Q R S T U V W X Y Z _ a b c d e f g h i j k l m n o p q r s t u v w x y z
  76. /\w/ISLfrench
  77. Capturing subpattern count = 0
  78. No options
  79. No first char
  80. No need char
  81. Subject length lower bound = 1
  82. Starting chars: 0 1 2 3 4 5 6 7 8 9 A B C D E F G H I J K L M N O P
  83. Q R S T U V W X Y Z _ a b c d e f g h i j k l m n o p q r s t u v w x y z
  84. ƒ Š Œ Ž š œ ž Ÿ ª ² ³ µ ¹ º À Á Â Ã Ä Å Æ Ç È É Ê Ë Ì Í Î Ï Ð Ñ Ò Ó Ô Õ Ö
  85. Ø Ù Ú Û Ü Ý Þ ß à á â ã ä å æ ç è é ê ë ì í î ï ð ñ ò ó ô õ ö ø ù ú û ü ý
  86. þ ÿ
  87. /^[\xc8-\xc9]/iLfrench
  88. École
  89. 0: É
  90. école
  91. 0: é
  92. /^[\xc8-\xc9]/Lfrench
  93. École
  94. 0: É
  95. *** Failers
  96. No match
  97. école
  98. No match
  99. /\W+/Lfrench
  100. >>>\xaa<<<
  101. 0: >>>
  102. >>>\xba<<<
  103. 0: >>>
  104. /[\W]+/Lfrench
  105. >>>\xaa<<<
  106. 0: >>>
  107. >>>\xba<<<
  108. 0: >>>
  109. /[^[:alpha:]]+/Lfrench
  110. >>>\xaa<<<
  111. 0: >>>
  112. >>>\xba<<<
  113. 0: >>>
  114. /\w+/Lfrench
  115. >>>\xaa<<<
  116. 0: ª
  117. >>>\xba<<<
  118. 0: º
  119. /[\w]+/Lfrench
  120. >>>\xaa<<<
  121. 0: ª
  122. >>>\xba<<<
  123. 0: º
  124. /[[:alpha:]]+/Lfrench
  125. >>>\xaa<<<
  126. 0: ª
  127. >>>\xba<<<
  128. 0: º
  129. /[[:alpha:]][[:lower:]][[:upper:]]/DZLfrench
  130. ------------------------------------------------------------------
  131. Bra
  132. [A-Za-z\x83\x8a\x8c\x8e\x9a\x9c\x9e\x9f\xaa\xb5\xba\xc0-\xd6\xd8-\xf6\xf8-\xff]
  133. [a-z\x83\x9a\x9c\x9e\xaa\xb5\xba\xdf-\xf6\xf8-\xff]
  134. [A-Z\x8a\x8c\x8e\x9f\xc0-\xd6\xd8-\xde]
  135. Ket
  136. End
  137. ------------------------------------------------------------------
  138. Capturing subpattern count = 0
  139. No options
  140. No first char
  141. No need char
  142. / End of testinput3 /