Cynthia

Cynthia

  • NA
  • 95
  • 7.4k

Regular Expression for format Version_Date

Oct 11 2015 11:59 PM
Hi All,


down votefavorite

I would like to ask what would be the regular expression in VB.net for format V09.1_22-02-1989.I have tried this but its not working out . 

Dim VP As New Regex("(^[Vv]\d{1,2}.\d{1,2}(/|_)\d{1,2}(/|- )\d{1,2}\1(\d{4}|\d{2})$")
Please suggest . 
 

Answers (2)