1 post tagged with "regex"

View All Tags

RegEx: The Basics

Kirtan Thakkar

Kirtan Thakkar

Life is all about learning

Regular 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.