Recent Posts

Vipin Cherukara

Vipin Cherukara

Return To Blog Listing

Vipin Cherukara blog or a cherukara Factory for sharing my thoughts views or photos to the outside world

Search This Blog's Tags For:

Recent Posts Tagged With 'regular expressions'

  • C# : Time Validation With Regular Expression

    Posted on Friday November 6th, 2009 at 07:34 in c#, regular expressions

    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

    Posted on Friday November 6th, 2009 at 03:40 in 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 ...