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)
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 |
Will there be any standards or requirements for page appearance and/or graphics throughout a site or parts of a site?
Hi i want to export the data from applicatioon to excel and later i want to import and use it for my scripts hoe can i do this?
write vb script code to delete the duplicate values in an array.
HOW CAN QTP AND TEST DIRECTOR CONNECTED TO THE DATABASE AND WHAT R THE OPTIONS?
What is ObjectParamater?
Reverse string without mid or streverse function.
how many maximum number of virtual users we can create?
What is text/text area checkpoint?
In a shared Object Repository in QTP if some object is changed how can the other script which is using the same object can be known
Explain types of output values?
if there is two login button in your page, how you know that this login button is correct for login .
What is batch testing?