Skip to content

Input validations - regular expressions collection .NET

Notifications You must be signed in to change notification settings

christopherie/inputvalidator

Repository files navigation

Build Status

A library for validating common inputs with Regular Expressions in .NET.

RegularValidator folder contains the library. Please add your methods here. RegularValidator.Tests consists of MSUnit Unit Tests. Please test your code beforehand.

Static regular expression methods are recommended as an alternative to repeatedly instantiating a regular expression object with the same regular expression.

How to use in your project:

  1. Include InputValidator.cs

Note: I use features introduced in C# 6, like using static directives.

About

Input validations - regular expressions collection .NET

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages