Write the regular expression code, it accepts the alpha,
numeric and special symbol and the first character should be
the Alphabet. Tell me the answer
Answers were Sorted based on User's Feedback
Answer / uday
The following Regular Expression might be the solution
^([A-Z]|[a-z])*\d*\W*
| Is This Answer Correct ? | 2 Yes | 0 No |
Difference between copy to action and call to action?
Suppose there are 10 browsers opened on desktop. I want to close all browsers except one browser in QTP. Can any one give the code for this?
What is the difference Between LowLevel and Normal Recording Modes?
pls tell me different type of automation frame works in QTP and which one need to select in client server application
what is keyword driven framework in qtp.
What is the file extension of the code file in qtp?
Is there a function to find the number of occurrences of sub strings within a string?
Can the mode of object repository be change during run time? Eg. if the mode is per-action during design time can i change it to shared and vice-versa? Any scripting possible?
What are SetToProperty, SetRoProperty, GetToProperty scripting?
what does it mean when a check point is in red color? what do u do?
What are the key points to create a framework in QTP for oracle forms?
how to write regular expression for Date field?