Custom Validation using Regular Expression
-
Hi, I am using Regular Expression control for Custom validation. I am trying to validate the logical Drive so My requirement is: First Character should be C-Z,Second Character":", and third Character "\" and Remaining character anything. i.e. "D:\....." I am using expression like "^([C-Zc-z]{1}:\)*" But its not validating my requiremt correctly. Any Correction will be great help. Thanks
Binod K. (Miles to go before I sleep)
-
Hi, I am using Regular Expression control for Custom validation. I am trying to validate the logical Drive so My requirement is: First Character should be C-Z,Second Character":", and third Character "\" and Remaining character anything. i.e. "D:\....." I am using expression like "^([C-Zc-z]{1}:\)*" But its not validating my requiremt correctly. Any Correction will be great help. Thanks
Binod K. (Miles to go before I sleep)