Skip to content

Instantly share code, notes, and snippets.

@arozwalak
Last active December 28, 2015 02:39
Show Gist options
  • Save arozwalak/7429865 to your computer and use it in GitHub Desktop.
Save arozwalak/7429865 to your computer and use it in GitHub Desktop.
RegExp: with or without 'www'
^(?:www\.|)webpage\.com$
Match
www.webpage.com
webpage.com
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment