Last active
November 21, 2018 18:02
-
-
Save marcusasplund/f2ec74fb7e69e1b26562ed597608fe78 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Mila | |
Aubrey | |
Hannah | |
Lily | |
Addison | |
^([a-zA-Z]+)$ | |
"$1", | |
"Mila", | |
"Aubrey", | |
"Hannah", | |
"Lily", | |
"Addison", | |
http://www.diariodeleon.es | |
http://www.diariodemallorca.es | |
http://www.ojo.com.pe/ | |
http://diariodonordeste.globo.com/ | |
http://www.panorama.com.ve | |
http://www.diariopopularonline.com.br/ | |
http://www.diariopopular.com.br | |
http://www.diariosalta.com/ | |
^((http|ftp|https)://([\w_-]+(?:(?:\.[\w_-]+)+))([\w.,@?^=%&:/~+#-]*[\w@?^=%&/~+#-])?)$ | |
"$1", | |
"http://www.diariodeleon.es", | |
"http://www.diariodemallorca.es", | |
"http://www.ojo.com.pe/", | |
"http://diariodonordeste.globo.com/", | |
"http://www.panorama.com.ve", | |
"http://www.diariopopularonline.com.br/", | |
"http://www.diariopopular.com.br", | |
"http://www.diariosalta.com/", |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment