In the first part you explored the basics or Regex – what it is and how it works – along with few examples. So it was focused more on theory. Today, you are going to switch to the practical side and practice on various examples. In these snippets you will also work with some methods… Continue reading Regex – Introduction to Regular Expression Pt2
Tag: regex
Regex – Introduction to Regular Expression Pt1
When it comes to Regular Expressions developers are divided into three groups. First are those who have no clue what are you talking about. These are mostly newbies without previous experiences. Second group are skilled developers who heard about Regex and don’t want to have anything in common with it. Web designers playing with some… Continue reading Regex – Introduction to Regular Expression Pt1