Lajamerr_Mittesdine

Matching and not matching

Jun 4th, 2018
137
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.74 KB | None | 0 0
  1. SHOULD MATCH:
  2.  
  3. http://foo.com/blah_blah
  4. http://foo.com/blah_blah/
  5. http://foo.com/blah_blah_(wikipedia)
  6. http://foo.com/blah_blah_(wikipedia)_(again)
  7. http://www.example.com/wpstyle/?p=364
  8. https://www.example.com/foo/?bar=baz&inga=42&quux
  9. http://✪df.ws/123
  10. http://userid:password@example.com:8080
  11. http://userid:password@example.com:8080/
  12. http://userid@example.com
  13. http://userid@example.com/
  14. http://userid@example.com:8080
  15. http://userid@example.com:8080/
  16. http://userid:password@example.com
  17. http://userid:password@example.com/
  18. http://142.42.1.1/
  19. http://142.42.1.1:8080/
  20. http://➡.ws/䨹
  21. http://⌘.ws
  22. http://⌘.ws/
  23. http://foo.com/blah_(wikipedia)#cite-1
  24. http://foo.com/blah_(wikipedia)_blah#cite-1
  25. http://foo.com/unicode_(✪)_in_parens
  26. http://foo.com/(something)?after=parens
  27. http://☺.damowmow.com/
  28. http://code.google.com/events/#&product=browser
  29. http://j.mp
  30. ftp://foo.bar/baz
  31. http://foo.bar/?q=Test%20URL-encoded%20stuff
  32. http://مثال.إختبار
  33. http://例子.测试
  34. http://उदाहरण.परीक्षा
  35. http://-.~_!$&'()*+,;=:%40:80%2f::::::@example.com
  36. http://1337.net
  37. http://a.b-c.de
  38. http://223.255.255.254
  39.  
  40. SHOULD NOT MATCH:
  41.  
  42. http://
  43. http://.
  44. http://..
  45. http://../
  46. http://?
  47. http://??
  48. http://??/
  49. http://#
  50. http://##
  51. http://##/
  52. http://foo.bar?q=Spaces should be encoded
  53. //
  54. //a
  55. ///a
  56. ///
  57. http:///a
  58. foo.com
  59. rdar://1234
  60. h://test
  61. http:// shouldfail.com
  62. :// should fail
  63. http://foo.bar/foo(bar)baz quux
  64. ftps://foo.bar/
  65. http://-error-.invalid/
  66. http://a.b--c.de/
  67. http://-a.b.co
  68. http://a.b-.co
  69. http://0.0.0.0
  70. http://10.1.1.0
  71. http://10.1.1.255
  72. http://224.1.1.1
  73. http://1.1.1.1.1
  74. http://123.123.123
  75. http://3628126748
  76. http://.www.foo.bar/
  77. http://www.foo.bar./
  78. http://.www.foo.bar./
  79. http://10.1.1.1
Add Comment
Please, Sign In to add comment