Recent Posts
Vipin Cherukara
Return To Blog Listing
Vipin Cherukara blog or a cherukara Factory for sharing my thoughts views or photos to the outside world
Recent Posts Tagged With 'regular expressions'
C# : Time Validation With Regular Expression
In order to check whether an input is a valid time format or not, regular expressions can be used to validate the input value.The sample function below show how to check if the inputis valid time in XX:XX, code is in C#.This regular expression checks...
C# : Regular Expressions
Regular Expressions and C#, .NET This Article explores the concept of Regular Expressions in the context of C#, .NET support for Regular Expressions, Meta-characters and their Description, Character Escapes, Substitutions, Character Classes, Regular ...
