2014
2013
2010
2009
Daring Fireball: A Liberal, Accurate Regex Pattern for Matching URLs
(via)A common programming problem: identify the URLs in an arbitrary string of text, where by “arbitrary” let’s agree we mean something unstructured such as an email message or a tweet. I offer a solution, in the form of the following regex pattern...
8 Regular Expressions You Should Know - Nettuts
by 3 othersRegular expressions are a language of their own. When you learn a new programming language, they're this little sub-language that makes no sense at first glance. Many times you have to read another tutorial, article, or book just to understand the "simple" pattern described. Today, we'll review eight regular expressions that you should know for your next coding project.
2007
1
(6 marks)