---
title: "What is the Regular Expressions and why need to used this?"  
description: "What is the Regular Expressions and why need to used this?"  
author: "Andrew Deniel"  
published: 2013-06-08  
updated: 2020-09-19  
canonical: https://www.mindstick.com/interview/1761/what-is-the-regular-expressions-and-why-need-to-used-this  
category: "asp.net"  
tags: ["asp.net"]  
reading_time: 1 minute  

---

# What is the Regular Expressions and why need to used this?

Regular Expressions means we can say a pattern that one is an expression that specifies a set of strings. And there are lot of great use of these expressions like - 1. In complex search 2. In validation like email validation or URl validation etc in writing of rewrite rules in apache or .htaccess file 3. in file search in linux 4. in pattern matches.

## Answers

### Answer by Andrew Deniel

Regular Expressions means we can say a pattern that one is an expression that specifies a set of strings. And there are lot of great use of these expressions like - 1. In complex search 2. In validation like email validation or URl validation etc in writing of rewrite rules in apache or .htaccess file 3. in file search in linux 4. in pattern matches.


---

Original Source: https://www.mindstick.com/interview/1761/what-is-the-regular-expressions-and-why-need-to-used-this

Copyright © MindStick Software Pvt. Ltd. This Markdown version is provided for developers, AI systems, and offline reading.
