i have two questions for regular expression :-
Q1. I have date pattern
eg-29/11/2011
29-11-2011
29.11.2011
Que- if any separator is there between date,month and year pattern should match else it should not match
eg- pattern should not match in case of 2911-2011
Q2. let say i have a string and there is a number in between of that string
eg.-Amount 30002.234 successfully credited to your account .
now i have to match this pattern in such a way that even if decimal is not there pattern should match ,how i will do this using regular expression
No Answer is Posted For this Question
Be the First to Post Answer
how many wayes we do the parameterization?
Write the code for,In the page screen we have total 10 Links,out of these I have to click 9th link
Tell me the difference between QTP9.2, QTP9.5 and QTP10.0
How many types of run modes are there in qtp?
Please give me the steps to carry out datadriven in QTP8.2
Iam trying to write script for Rediffmail Page,in doing so the script line for go button is not accepting. Is their any other way other than . Browser("micClass:=browser").Page("micClass:=Page").Link ("micClasss:=Link","name=go")
tell me QTP standards ?plz
How to use transactions in qtp?
Please explain the role of Regular expression in QTP
Object recognition in QTP is based on which model ? a) COM b) DCOM c) DOM d) None of the above
What are the technics follow in writing VB script?
what is the difference between link and hyper link?