TECHNOLOGIES
FORUMS
JOBS
BOOKS
EVENTS
INTERVIEWS
Live
MORE
LEARN
Training
CAREER
MEMBERS
VIDEOS
NEWS
BLOGS
Sign Up
Login
No unread comment.
View All Comments
No unread message.
View All Messages
No unread notification.
View All Notifications
C# Corner
Post
An Article
A Blog
A News
A Video
An EBook
An Interview Question
Ask Question
About Regex
Share
facebook
twitter
linkedIn
Reddit
Topics
No topic found
Content Filter
Articles
Videos
Blogs
News
Complexity Level
Beginner
Intermediate
Advanced
Refine by Author
[Clear]
C# Curator (2)
Shivprasad (2)
Ahmad Mozaffar (1)
Purushottam Rathore (1)
Vijay Yadav (1)
Rajeev Kumar (1)
Yogeshkumar Hadiya (1)
Ajay Kumar (1)
Keyur (1)
Vijay Kumari (1)
gary sun (1)
Rohit Gupta (1)
Prasad (1)
Mark Pelf (1)
Paul (1)
Haridhass Mani (1)
Thiago Vivas (1)
Abubackkar Shithik (1)
Rion Williams (1)
Mohammed Ibrahim (1)
Kevin Morales (1)
Mudita Rathore (1)
Ghanashyam Nayak (1)
Mike Gold (1)
Ashish Singhal (1)
Kirtan Patel (1)
Diptimaya Patra (1)
Ashish Banerjee (1)
Related resources for Regex
No resource found
Validating User Input Using Regular Expression With C#
8/9/2024 9:46:52 AM.
In software development, validating user input is crucial to prevent errors and security issues. Regular expressions (regex) are used to validate fields such as email, zip codes, and phone numbers. Th
Login And Registration Process In WPF application
8/7/2024 10:30:02 AM.
This WPF application in Visual Studio 2010 features a simple login and registration system with two forms: Registration and Login. Users register on the Registration form, and upon successful registra
Essential Regular Expressions for Web Development
7/31/2024 5:03:31 AM.
Learn how to use regex for effective input filtering, text parsing, and string manipulation in both front-end and back-end environments. Master these techniques to build robust web applications.
Mask an Aadhar Number into Blocks of 4 Digits Each
7/30/2024 5:51:41 AM.
This C# code demonstrates how to mask sensitive numbers, like Aadhar or account numbers. It validates input length, uses StringBuilder to format Aadhar numbers with spaces, and shows account number ma
MongoDB Filters With .NET Using MongoDB.Driver
7/5/2024 6:55:18 AM.
Learn how to leverage MongoDB.Driver in .NET and C# for efficient data filtering. This guide focuses on implementing MongoDB operations directly within a .NET 8 Web API project, skipping higher-level
Comparing Performance: Regex vs String Methods in C#
6/27/2024 10:17:22 AM.
In C#, developers choose between Regex and string methods for manipulating strings. String methods are faster and more readable for simple tasks, while Regex excels in handling complex patterns and ad
Getting Started with Regex in C#
10/18/2023 5:30:43 AM.
Regex, or regular expressions, are essential for text processing in C#. They facilitate pattern matching, data extraction, and validation, empowering developers with versatile and powerful text manipu
How to use Regex in Java
9/5/2023 9:30:45 AM.
This article introduces Java Regular Expressions (Regex) and explores their use in Java. Regex helps define and manipulate string patterns, with examples and methods discussed for practical understand
C# Tokenizer
9/5/2023 8:26:12 AM.
A simple tokenizer in csharp without using regex or MatchCollections.
How To Validate An Email Address In Python
8/31/2023 4:45:27 AM.
In this article, you will learn different ways to verify whether an email address is valid or invalid in Python.
Regular Expressions In C#
5/21/2023 1:12:45 AM.
C# Regex class provides functions to implement regular expressions. The code example includes how to use Regular Expressions in C# for IsNaturalNumber, IsWholeNumber, IsPositiveNumber, IsInteger, IsNu
C# Regex Examples (2023)
5/18/2023 2:54:25 PM.
C# Regex represents regex in C#. Here are the top 7 C# Regex code examples.
Top 7 Free Regex Test Tools
2/24/2023 10:21:33 AM.
We are giving an overview of 7 free Regex tools to test and develop Regex expressions.
Regular Expressions In .NET
2/7/2023 2:41:41 PM.
Regular Expressions in .NET are implemented using the C# Regex class. Learn here how Regex in .NET works.
Password Strength in Angular
3/2/2020 1:30:42 PM.
In this article, you will learn about Password Strength in Angular.
The Power Of Regular Expressions, Regex
10/1/2019 7:58:33 AM.
In this article, we are going to explore the World of the Regular Expressions, what it is and how we could take advantage of using it.
Kotlin-Regex And Java Interoperability
9/5/2019 10:23:21 AM.
In this article, you will learn about the concept of Kotlin Regex and Java Interoperability.
Regular Expressions in C#
8/18/2019 7:37:15 PM.
In this article I will explain you about Regular Expressions in C#.
Regular Express Yourself Using RegExpBuilder
11/5/2015 3:36:27 PM.
In this article you will learn about Regular Expressions and using RegExpBuilder.
Text Scraping Using Regex in C#
7/28/2015 5:42:01 AM.
In this tip, I show how to extract a specific text from a Webiste.
Regular Expressions Part 2: Grouping, Quantifiers, and Character Classes
1/9/2015 7:02:07 AM.
This article will attempt to explain and demonstrate the concepts of grouping and character classes. It will provide detailed content and examples to illustrate each concept.
Regex Routing Using Backbone.JS
3/6/2014 7:06:38 PM.
In this article we will learn about Regular Expression Routing. If you want to be more selective in your routing and the route URL that matches the specified criteria then we can use a regular expression.
Learn .NET in 60 Days - Part 2 (13 Labs)
3/2/2013 12:23:22 PM.
This article is part 2 of Learn .NET in 60 Days series. It will provide further details.
B- Ball, C- Cat, D - dog: - Learning (REGEX) regular expression the easy way
10/4/2012 9:17:43 AM.
Regex has been the most popular and easiest way of writing validations. The only big problem with regex has been the cryptic syntax. Developers who are working on projects with complicated validation always refer to some kind of cheat sheet to remember the syntaxes and commands.
C# Registry Operations
9/29/2012 5:44:27 AM.
This article describes performing different-different operations on the registry.
NotePad.NET II - Find and Replace Inside a Document Using Regular Expressions
5/19/2012 2:42:31 AM.
This article is a continuation of the discussion about a notepad.net editor which improves upon the current functionality in notepad. In this article we talk about regular expression matching inside the find dialog.
Validating User Inputs Using Regular Expressions
5/15/2012 2:41:57 PM.
This article shows how can we validate our inputs using regular expressions.
Parsing US Postal Addresses from Textfile and seperating various fields of Address
8/5/2010 12:43:45 AM.
Here I'm presenting article about how to parse address that are of US format from text file or any other sources.
Validation in Silverlight 3
11/11/2009 12:17:31 AM.
In this article we will see how we can use RegEx Validation in Silverlight.
Snooping on C#.NET Regular Expressions
12/30/2005 4:38:11 AM.
I present here two micro test utils, which will let you play with regular expressions. Regular expression( System.Text.RegularExpressions.Regex ) is a powerful class very useful for parsing, splitting or replacing texts.