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
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 (5)
Kevin Morales (3)
Keyur (2)
Prasad (2)
C# Curator (2)
Kailash Chandra Behera (2)
Vishal Gilbile (2)
Mobeen Rashid (2)
Rion Williams (2)
Vinod Kumar (2)
Shivprasad (2)
Shantanu (2)
Sapna (2)
John Godel (1)
Ahmad Mozaffar (1)
Rajeev Kumar (1)
Vijay Yadav (1)
Jitendra Mesavaniya (1)
Rohatash Kumar (1)
Nipun Tomar (1)
Satyaprakash Samantaray (1)
Shriram Pophali (1)
Shaili Dashora (1)
Ishika Tiwari (1)
David Mccarter (1)
Jignesh Kumar (1)
Paul (1)
Ojash Shrestha (1)
Sarvesh Shinde (1)
Pankaj Lohani (1)
Gaurav Gupta (1)
Kiran Mohanty (1)
Arindam Dawn (1)
Abhishek Duppati (1)
Amir Ali (1)
Neeraj Kumar (1)
Haridhass Mani (1)
Manish Singh (1)
Nitin Bhardwaj (1)
Thiago Vivas (1)
Manish Kumar Choudhary (1)
Amit Choudhary (1)
Manpreet Singh (1)
Gaurav Kumar Arora (1)
Yatendra Sharma (1)
Vithal Wadje (1)
Ehtesham Mehmood (1)
Mudita Rathore (1)
Amalendu Dey (1)
Shekhar Chauhan (1)
Dinesh Beniwal (1)
Gaurav Chauhan (1)
Vinod Shalgar (1)
Anand Narayanaswamy (1)
Vijaya Kadiyala (1)
Mike Gold (1)
Ashish Singhal (1)
Amit M (1)
Prasoon (1)
Soft Corner (1)
Mickey Marshall (1)
Kirtan Patel (1)
Sathyaish Chakravarthy (1)
Rama G (1)
Mohammed Asief (1)
waheedkhan (1)
Paul Lockwood (1)
Chandrasekaran Sakkarai (1)
Ashish Banerjee (1)
Tiberiu Ionescu (1)
Anand Kumar (1)
Related resources for Regular
No resource found
Boost Stability and Efficiency with Advanced AlbertAGPT Techniques
9/2/2024 7:22:31 AM.
This content delves into cutting-edge methods for improving deep learning performance, optimizing neural networks, and ensuring robust and reliable AI model training.
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
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
Creating Various Types of Tables in SQL Server
4/3/2024 9:42:53 AM.
Learn about SQL Server tables like User, Temporary, Global; understand creation methods, differences between temporary and regular tables, storage locations, and utilization of table variables. Exampl
Selecting multiple Checkboxes inside multiple GridViews
3/19/2024 5:47:34 AM.
Learn how to handle multiple checkboxes in a GridView within ASP.NET, including scenarios with multiple GridViews, user controls, and master pages. JavaScript functions are provided for checkbox mani
Angular URL/Site Validation using Regular Expression and Bootstrap with Reactive Forms
2/26/2024 4:26:28 AM.
Steps to add validation for URL using the regex pattern in the angular application. I will explain steps to create a form with text input using the reactive forms in angular. This input field will on
Understanding LIKE vs ILIKE in PostgreSQL
12/5/2023 5:14:46 AM.
In this article, we will focus on the differences between the LIKE and ILIKE operators, and how to use them effectively.
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
PowerApps - PCF - Input Formatter With Regular Expression
9/21/2023 6:15:11 AM.
The benefit and advantage of this component is to dynamically apply validation pattern to HTML5 input control with the help of custom regular exppression. Along with this, it also provides some masked
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
What is a Regular Expression in C#?
5/21/2023 1:04:08 AM.
What is a regular expression in C#, and how to use them in your code?
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.
Regular function vs Arrow function in JavaScript
4/20/2023 7:24:03 AM.
In this article, we will learn the difference between the regular function and the arrow function in JavaScript
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.
Count Number Of Character Occurrences In A String Using JavaScript
4/4/2023 5:10:41 AM.
In this article, I am going to demonstrate various way to count number of character occurrences in a string javascript
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.
Regularization Machine Learning
5/12/2022 5:02:55 PM.
In this article, we'll learn about regularization in machine learning.
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.
Validating User Input With Regular Expressions
2/14/2022 9:01:14 AM.
This article explains how to use Regular Expressions (the Regex class of the System.Text.RegularExpressions namespace) in C# and .NET.
How A Regular User Can Cancel Running Flow Instance Automatically?
1/13/2022 4:02:43 PM.
In this article we will learn to allow a regular user to cancel the running FLOW instance automatically when he/she changes the status of their record to Cancelled.
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.
Validation Control in ASP.NET
4/6/2021 4:36:55 AM.
Validation controls, if used properly, can be very useful for reducing large, complex, time-consuming JavaScript code.
MatchEvaluator Delegate of a Regular Expression Replace Method in ASP.Net
3/17/2021 10:38:13 AM.
This article explains the MatchEvaluator Delegate of a custom verification for each match found by a Regular Expression Replace method.
.NET Regular Expressions Demystified - Part Two
2/8/2021 11:23:45 AM.
In this article, you will learn about .NET Regular Expressions demystified.
Validation For File Upload Control in ASP.NET
2/1/2021 6:29:47 AM.
In this article I explain validation with a file upload control using regular expression validation control in ASP.NET.
.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#.
30 Days Of Python 👨💻 - Day 19 - Regular Expressions
8/11/2020 7:32:54 AM.
In this article, you will learn about Regular Expressions in Python.
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.
How to Validate Email in Android Studio
3/25/2020 12:08:10 AM.
In this article you will learn how to Validate Email in Android Studio.
Python Language Tutorial: Regular Expression - Part Six
3/4/2020 5:50:31 AM.
In this article you will learn about Regular Expression in Python.
Password Strength in Angular
3/2/2020 1:30:42 PM.
In this article, you will learn about Password Strength in Angular.
Validation in HTML5 Using Regular Expressions
12/2/2019 3:13:10 AM.
This is a simple application for beginners that shows how to create validation on TextBoxes using HTML5 and CSS tools. We know that HTML 5 is the advanced version of HTML.
Draw Regular Polygon In TypeScript
10/15/2019 8:15:10 AM.
In this article I explain how to draw a regular polygon using TypeScript.
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#.
Finding Directories With Regular Expressions
9/18/2018 3:23:48 AM.
This article provides an example of using a regular expression to search a directory and determine a file type. C# Regular Expressions
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.
Regular Expression Using Nintex Workflows In SharePoint 2013 And Office 365
1/29/2016 12:51:18 PM.
In this article you will learn Regular Expression using Nintex Workflows in SharePoint 2013 and Office 365.
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.
Validation Controls in ASP.Net
5/19/2015 4:31:12 PM.
In this article, we will learn how to do validations in ASP.NET.
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.
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.
PAN Card Validation Using ASP.Net
11/3/2014 12:26:24 PM.
In this article we will learn about PAN card Validation in ASP.NET.
Email Checker Program in C#
3/12/2014 2:19:02 PM.
In this article we will use Regular Expressions to check an email for correct format in C#.
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.
Regular Expression in PHP
9/30/2013 4:41:30 PM.
Regular expression is very useful for validation or pattern matching.
C# Corner Delhi Chapter Meet, 21 September, 2013: Official Recap
9/23/2013 12:27:31 PM.
The C# Corner Delhi Chapter organized its monthly event at MCN Solutions Pvt. Ltd. It was another very successful session.
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.
Server Side Validation in PHP
2/2/2013 3:19:43 PM.
I am describing Server Side Validation in PHP using Regular Expressions and validation of data stored in the database.
Regular Expressions in QTP in Testing
12/17/2012 12:59:37 PM.
In this article we discuss the Regular Expressions in QTP
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.
Regular Expression Validator HtmlHelper for ASP .Net MVC
10/20/2012 6:37:52 AM.
Sometimes, it is useful to use regular expressions for validations. The Regular Expression Validator HtmlHelper is designed to help developers accomplish this.
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.
Regular Expression Usage in .Net Environment
9/29/2012 7:43:05 AM.
This article describes how to use regular expression in .Net.
Working with ASP.NET Validation controls
9/27/2012 9:21:51 AM.
This article provides a brief overview about the validation controls which ships with ASP.NET.
Data Validation Controls in ASP.NET 2.0
9/27/2012 9:08:07 AM.
In this article, you will learn about the support that ASP.NET provides to you for performing data validation.
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.
Enable User to Validate Canada and US Zip Code
5/15/2012 2:24:31 PM.
This article will help user to validate Canada and US zip code.
How to Check if there is any Alphabet or Non Alphanumeric Character in a String
5/15/2012 2:13:35 PM.
This article gives you an idea about how to check if there is any alphabet or non alphanumeric character in a sttring just with the help of one metthod using regular expressions in C#.
Fading Scroller Using jQuery
5/13/2012 6:03:18 AM.
This jQuery will show you some simple effects that you can use to spice up your websites. It's real simple to use and implement.
Regular Expressions To Validate an ASP. NET Form Using JQuery
11/9/2011 9:20:36 PM.
In this article we will discuss how to write Regular Expressions to validate an ASP. NET form using Jquery.
Collection of Regular Expression
3/18/2011 2:15:44 AM.
Collection of Regular Expression in C#.
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.
Creating Irregularly Shaped Forms in GDI+
10/19/2010 12:13:36 AM.
A Windows game that looks very similar to a painter's palette is used to show the creation of Irregularly Shaped Forms in GDI+.
Error Provider in C#
6/27/2010 9:24:55 AM.
This article shall address the use of the error provider control in Win Forms application development. The error provider control is most useful in displaying errors associated with data entry tasks on a Windows form.
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.
Validating ASP.NET Server Controls
1/30/2007 7:25:44 AM.
Validation server controls are a series of controls that helps you validate the data that the user enters into the other controls that are provided with ASP.NET. They determine whether the form can be processed based upon the rules that you define in the validation server controls.
Regular Expression Validator
8/31/2006 2:47:30 AM.
This tool is useful when you are creating Regular Expression. This tool will help you in checking syntax of the regular expression typed in.
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.
Validation Server Controls in Web Forms
1/4/2006 4:17:01 AM.
When working with Web applications, developers need to write two separate codes using Java Script and VB Script to validate user inputs.In this article we are going to see, how we can reduce the programmers effort on coding, reducing the execution process time and simplify the code handling and less number of lines in the coding.
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.
Formula Generator - A Regular Expression Generator Class in C# and .NET
12/16/2005 5:46:25 AM.
The attached source code is a class - FormulaGenerator, which is a component that interprets and evaluate a string expression
Security in ADO.NET
12/13/2005 5:36:17 PM.
This article gives a sound idea how to write secure code for ADO.NET . Data Access Layer (DAL) is a common and very curtail for your application. Its very important know some of the basic security points while writing ADO.NET program.