Regex Quiz #1
Time to answer the Regex Quiz #1. The regex was:
\[(#[a-fA-F0-9]{3,6}|[a-zA-Z]+)\](.+)\[\/\1\]
What can it be used for? This is what we’ll explain in this post.
Read moreRegular expressions are present in many languages, and are a delight and game for many coders.
Time to answer the Regex Quiz #1. The regex was:
\[(#[a-fA-F0-9]{3,6}|[a-zA-Z]+)\](.+)\[\/\1\]
What can it be used for? This is what we’ll explain in this post.
Read moreI like regular expressions, very much. A bit too much, probably, but I’m aware of that and I don’t use them that much.
That doesn’t prevent me from trying some funny patterns, and I’ll be sharing some of them here for the sake of learning.
Read more