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"
These instructions will get you a copy of the project up and running on your local machine for development and testing purposes.
What things you need to install the software and how to install them.
A step by step series of examples that tell you how to get a development environment running.
Explain how to run the automated tests for this system.
- [The name of the programming language or framework]
- Your Name - Initial work - YourGithubUsername
This project is licensed under the MIT License - see the LICENSE.md file for details
- Hat tip to anyone whose code was used
- Inspiration
- etc.