Skip to content

Latest commit

 

History

3 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 

Repository files navigation

Regex Pattern Matcher

This project demonstrates how a regex (regular expression) pattern matches certain inputs.

Sample pattern that can be used in vscode search field

Version="\d+(\.\d+)+"

Matches

Version="1.0.0"
Version="2.0.0"
Version="2.1.0"
Version="2.1.1"
Version="2.4.1"

Getting Started

These instructions will get you a copy of the project up and running on your local machine for development and testing purposes.

Prerequisites

What things you need to install the software and how to install them.

Installing

A step by step series of examples that tell you how to get a development environment running.

Running the tests

Explain how to run the automated tests for this system.

Built With

  • [The name of the programming language or framework]

Authors

License

This project is licensed under the MIT License - see the LICENSE.md file for details

Acknowledgments

  • Hat tip to anyone whose code was used
  • Inspiration
  • etc.

About

Sample Regex Usage in C#

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Used by

Contributors

Languages