Ricky's A Developer
Currently viewing the tag: "regular expressions"
In this second part (there was no official first part) of my ongoing series of posts, I’ll be showing you a pattern for detecting html tags in a close-to-fail-proof way.
A few minutes ago I came across a blog post that converts a url string to a link in javascript, using regular expression search and replace. I set out to understand the pattern, but ended up writing my own pattern, just because I’m like that.
