what is the regular expression for dd-mm-yyyy?

Answers were Sorted based on User's Feedback



what is the regular expression for dd-mm-yyyy?..

Answer / zampanimadhur

The regular expression for the DD - MM - YYYY is

[0-3] [0-9] - [0-1] [0-9] - [0-9][0-9][0-9][0-9]


This is how we will write the regular expression.

Is This Answer Correct ?    3 Yes 0 No

what is the regular expression for dd-mm-yyyy?..

Answer / giridhar

Generally regular expressions are used at data sets or at
sample data.

we can use at RANGE or the input box or any type.

Ex: dd-mm-yyyy

here range is 1 date between 1 to 31
2 month betwen 1 to 12
3 year of 4 digits

here we can use .,*,.*,.*.*

specification for each data type to each number.

Is This Answer Correct ?    1 Yes 0 No

Post New Answer

More WinRunner Interview Questions

Tell US the Short key to open the dialogs of windows.

1 Answers  


What is the function that can be used to get the length of the edit box, other than 'Length(outvariable)' ?

1 Answers   Fidelity,


What are all the parameters used in Winrunner? What is actual parameter and formal parameter?

2 Answers  


what is the advantage of INOUT parameter over OUT parameter?

2 Answers   Fidelity,


How to read the third party controls in the application

0 Answers  






The Concatenation Operator in TSL is?

2 Answers   FCG,


What do you verify with the database check point custom and what command it generates, explain syntax?

0 Answers  


How do you do digital signature test in winrunner?

7 Answers  


how to reverse the string using function

1 Answers  


What is the Extension File name of WinRunner?

11 Answers   Satyam,


what is add-in manager in WinRunner?

2 Answers  


how to invoke the window based application in win runner

1 Answers   Satyam,


Categories