Using Regular expression in Date format DD/MM/YYYY
(0[1-9]|[12][0-9]|3[01])/(0[1-9]|1[12])/([0-9]{4})
in this regular expression year 0000 also accepted.I need
atleast any one single digit must be nonzero value (like
0009,1000,0034)
Answer Posted / diganta.ddas
You can use following Regular Expression
(0[1-9]|[12][0-9]|3[01])/(0[1-9]|1[12])/((?!0000)[0-9]{4})
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
how to write the descriptive programming in QTP for remove the object value and substitute, with a variable then call the validation from excel
What is text check point and text area check point?
What is quicktest professional window?
Hi, How Accessibility checkpoint in QTP can be implemented in the test script?
what is clean sweep?
What is checkpoint in qtp?
How to open a new test using quicktest professional (qtp)?
give me the code to save all messages of inbox of gmail into a folder and notepad
What is quicktest professional?
How many types of Automation frameworks are there in UFT? Describe them.
How to find Operating system information using QTP script?
How to add synchronisation points in qtp?
hi Friends ,willany body tell me what is the Scope for the automation Testing inht Future is their Or not And what is the Top Most Level in the testing section according the Pay scale
Explain in brief about the qtp automation object model (aom).
What is the extension of qtp local repository?