Skip to content

Instantly share code, notes, and snippets.

@aleszoulek
Created July 25, 2014 09:09
Show Gist options
  • Save aleszoulek/fd19513980ae9910501c to your computer and use it in GitHub Desktop.
Save aleszoulek/fd19513980ae9910501c to your computer and use it in GitHub Desktop.
'http://www.idnes.cz/?a=://'
> /:\/\//.test('http://www.idnes.cz/?a=://')
true
> /:\/\//.test('www.idnes.cz/?a=://')
true
> /:\/\//.test('/?a=://')
true
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment