HomeAbout Me

C#

By Daniel Nguyen
Published in WPF - CSharp
October 08, 2020
1 min read
C#

A regular expression is a pattern that could be matched against an input text. The .Net framework provides a regular expression engine that allows such matching. A pattern consists of one or more character literals, operators, or constructs

There are various categories of characters, operators, and constructs that lets you to define regular expressions. Click the follwoing links to find these constructs.

  • Character escapes
  • Character classes
  • Anchors
  • Grouping constructs
  • Quantifiers
  • Backreference constructs
  • Alternation constructs
  • Substitutions
  • Miscellaneous constructs
PropertyDescription
Activatedxx

Example


Tags

#CSharp

Share

Previous Article
JavaScript Shorthand Coding Techniques

Related Posts

C# ARRAYS
January 05, 2024
1 min
© 2025, All Rights Reserved.
Powered By

Quick Links

About Me

Legal Stuff

Social Media