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 Regular Expressions
Share
facebook
twitter
linkedIn
Reddit
Topics
No topic found
Content Filter
Articles
Videos
Blogs
News
Complexity Level
Beginner
Intermediate
Advanced
Refine by Author
[Clear]
Scott Lysle (4)
Prasad (2)
C# Curator (2)
Mobeen Rashid (2)
Rion Williams (2)
Kevin Morales (2)
Rajeev Kumar (1)
Vijay Yadav (1)
Jitendra Mesavaniya (1)
Keyur (1)
David Mccarter (1)
Paul (1)
Vishal Gilbile (1)
Kiran Mohanty (1)
Abhishek Duppati (1)
Thiago Vivas (1)
Manish Kumar Choudhary (1)
Amit Choudhary (1)
Gaurav Kumar Arora (1)
Dinesh Beniwal (1)
Gaurav Chauhan (1)
Shantanu (1)
Kirtan Patel (1)
Sathyaish Chakravarthy (1)
waheedkhan (1)
Paul Lockwood (1)
Ashish Banerjee (1)
Related resources for Regular Expressions
No resource found
How to Get Only Letters from a String in C#?
8/5/2024 5:24:18 AM.
Learn how to extract only the letters from a string in C# using various methods. This guide covers techniques such as using regular expressions, string manipulation methods, and LINQ to filter out non
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.
Exploring String Searching Techniques in C#
5/2/2024 6:46:03 AM.
Searching for substrings within strings is a fundamental operation in software development, and in the context of C# programming, there are several techniques and methods available to accomplish this
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
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.
The Fastest Way To Use Regular Expressions In Microsoft .NET 7
4/6/2023 9:01:05 AM.
In this article, you will learn about the Fastest Way to Use Regular Expressions in Microsoft .NET 7.
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.
Extend the Textbox Control to Validate Against Regular Expressions
5/4/2022 10:49:13 AM.
This article describes an approach to validating text box entries against a regular expression.
Send Email Messages and Attachments Using C#
1/7/2022 9:26:28 AM.
This article describes an approach to sending email messages with or without attachments. The code required to send the message is contained within a reusable class. In addition to sending messages
Regular Expressions Example
11/15/2021 10:13:52 AM.
The following example shows the use of Regular Expressions in C#.This program has basic validation scripts for validation easily useable in all programs.
URL Routing in MVC4
5/5/2021 9:22:12 AM.
We’ll try to demonstrate how the routing works in a MVC4 application. For this we’ll take an example.
.NET Regular Expressions Demystified - Part Two
2/8/2021 11:23:45 AM.
In this article, you will learn about .NET Regular Expressions demystified.
.NET Regular Expressions Demystified - Part One
1/1/2021 9:32:49 AM.
In this article, you will learn about Regular Expressions in .NET and C# Regex class is used to work with regular expressions in C#.
Learn About Regular Expressions In C#
10/6/2020 11:36:25 AM.
In this article, you will learn about regular Expressions in C#.
Understanding Regular Expressions
4/28/2020 2:38:13 PM.
A Regular Expression, or Regex, is a pattern we search for in a text. Regex helps with matching, locating, and managing text.
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.
List of Most Common Regular Expressions and Their Uses
8/18/2019 8:06:28 PM.
This article lists common regular expressions and their uses in JavaScript and C#.
Regular Expressions in C#
8/18/2019 7:37:15 PM.
In this article I will explain you about Regular Expressions in C#.
Overview Of Regular Expressions With Visual Studio
12/27/2016 5:44:09 PM.
In this article, you will learn about regular expressions in an easy way with Visual Studio.
Validating Social Security Numbers Through Regular Expressions
11/9/2015 1:10:47 PM.
In this article you will learn how to validate Social Security numbers through Regular Expressions.
Regular Express Yourself Using RegExpBuilder
11/5/2015 3:36:27 PM.
In this article you will learn about Regular Expressions and using RegExpBuilder.
Regular Expressions Part 3: Negation and Assertions
7/28/2015 1:28:58 PM.
This is a continuation of my series on regular expressions.
Regular Expression Special Characters at a Glance
7/5/2015 9:43:03 AM.
In this article we will walk through with the special characters in Regular Expressions.
Introduction to Regular Expressions
12/22/2014 4:22:18 PM.
This article is the beginning of a series on regular expressions and the importance of learning such technologies. The article attempts to explain why this should matter to us.
Parsing Sentences and Building Text Statics in Visual Basic
11/9/2012 8:09:31 AM.
This article describes three approaches to parsing the sentences from a body of text.
Parsing Sentences and Building Text Statics in Visual Basic
11/9/2012 8:01:33 AM.
This article describes three approaches to parsing the sentences from a body of text.
Matching Characters Using Regular Expressions in QTP in Testing
10/24/2012 2:37:59 PM.
In this article we discuss various matching techniques for matching characters using Regular Expressions.
Harnessing Regular Expressions in SQL Server using CLR Integration
12/6/2010 8:38:49 PM.
This article discusses how to create a Regex library of CLR functions for SQL Server. CLR Integration is available in SQL Server 2005 and above.
Using Compiled Regular Expressions
2/22/2010 1:10:45 AM.
This article explains about how to minimize performance degradation caused by frequently used complex regex using compiled Regular Expressions.
How to check someone else's checked out code into CVS
7/27/2009 2:35:21 AM.
If you copied the source code you're working on, from another developer on your team and you you're trying to check it in, into CVS, and you can't, because CVS won't let you, this article is just the right solution to your problem.
Parsing Sentences and Building Text Statics in C#
2/14/2008 11:52:15 PM.
This article describes three approaches for parsing the sentences from a body of text. This demonstration application also describes an approach to generating sentence count, word count, and character count statistics on a body of text.
Windows Spell Checker using SpellCheck.NET Parser
8/29/2006 4:26:37 AM.
In this article, I put SpellCheck.net parser to the test with Windows Form Spell Checker application.
Tic Tac Toe
2/2/2006 5:08:39 AM.
TicTacToe is a demonstration of the AI game playing minimax algorithm. The game plays out every possible combination of moves from each position and consequently is unbeatable. This example uses .NET Beta 2 and was written using a text editor.
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.
- Ebook
Source Code: Graphics Programming with GDI+
Graphics Programming with GDI+ is the .NET developer's guide to writing graphics appl...
Download