RegEx: The Basics
Kirtan Thakkar
Life is all about learningRegular Expression (regex) is used to find a pattern in strings. It is widely popular in the programming languages and can also be used to find something in the text editors. Here, irrespective of the programming language, we will try to learn the basics of how to build a regex to get you started quickly.
Let’s start by different ways of matching string.