How do u write a regular expression for date (dd/mm/yyyy)
field ?
Answers were Sorted based on User's Feedback
(0[1-9]|[12][0-9]|3[01])[- /.](0[1-9]|1[012])[- /.](19|20)\d\d
0 - selects '0' Literally
[1-9]- selects the range between 1 to 9
[012] - selects either 0 or 1 or 2
[0-9] - selects the range between 0 to 9
[- / .] - selects either - or / or .
(19/20) - selects either 19 or 20 literally
| Is This Answer Correct ? | 5 Yes | 1 No |
Answer / ghazal
([0][1-9]|[1-2][1-9]|[3][0-1])-([0][1-9]|[1][0-2])-d{2}
| Is This Answer Correct ? | 0 Yes | 0 No |
Answer / a
(0[1-9]|[12][0-9]|3[01])[- /.](0[1-9]|1[012])[- /.](19|20)
[0-9]{2}
| Is This Answer Correct ? | 3 Yes | 6 No |
Why script error occur in between recording in qtp?
what type of application we can select for automation testing and what is the entry criteria for automation
What are some test assets and related extensions of qtp?
How should i find out whether the cursor is moving horizantally. when tabbing continuously
how to reverse a string with out using string or predefined function,ex:string is " i love india". the output should be like this "i evol aidni"
10 Answers Aspire, MNC, Omega,
What is the difference between property and method?
How we can add actions in the test using QTP?
What is the difference between "Call to copy of action", "Call to existing action" & "Call to winrunner action"?
What type of automation frame work you are using?and why?
How can we add regular expression for date field (dd/mon/yyyy)?
can anybody give me the links for vb script material
Hi, I Would Like to Know which is the Best QTP Certification Training Institute in Hyd? Thanks in Advance kishan