How do u write a regular expression for date (dd/mm/yyyy)
field?
Answer Posted / megh
Regex Birthdate = new Regex(@"((0[1-9]{1})|([1-2]{1}[0-9]{1})|(3[0-1]{1}))[-/]{1}((0[0-9]{1})|(1[0-2]{1}))[-/]{1}[0-9]{4}");
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
Diff b/w Health care domain and Banking Domain?
Give me detailed theritical explanation about keyword driven, hybrid framework, environment variables, hybrid frame work
can u explain relative path architecture framework in qtp?
How to use descriptive programming?
assume i have few url link how will i dynamically call then using descriptive programming?
How to integrate the qualitycenter with qtp
What are the steps involved in the recovery scenario wizard?
Give me some real time point of way where exactly we can conduct audits?
What are table and db checkpoints?
What is an object repository?
What is the extension of qtp local repository?
banking project description for software tester
Hi, I am using OutputCheckPoint and I am storing the value in the data table. The stored value for column:bedroom:"Bed:4" The another value for column:bathroom:"Bath:2 Full,1 Partial" I need only the no 4 from the first column. I need only the no 2,1 from the second column. I used split array,but it also show array(0) has the value"bed:4" ..... Even though I highlight only 4,It is seleting the full value "bed 4".How can I get only the nos Thank you Uma
When ‘option explicit’ keyword is used in qtp?
How can we use the "CreateObject("Shell.Application")" in QTP and what is the definition and purpose of it?