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



Write the regular expression code, it accepts the alpha, numeric and special symbol and the first c..

Answer / uday

The following Regular Expression might be the solution

^([A-Z]|[a-z])*\d*\W*

Is This Answer Correct ?    2 Yes 0 No

Write the regular expression code, it accepts the alpha, numeric and special symbol and the first c..

Answer / zee

[a-zA-Z]w*

Is This Answer Correct ?    0 Yes 0 No

Write the regular expression code, it accepts the alpha, numeric and special symbol and the first c..

Answer / saket bharti

[a-zA-Z]*

Is This Answer Correct ?    1 Yes 5 No

Post New Answer

More QTP Interview Questions

Can any one send me the QTP Basic Coding Samples?

0 Answers  


Kindly help me with the following queries.. -- How to recognize webtable using QTP and how to use it? -- How would one conclude that it is a web table -- For Example, if there is a web table and I am clicking on say Cell A1, how would i know that i've clicked on cell A1 -- Kindly suggest me to use the web table better

1 Answers  


How i can use and create Library functions in QTP and what is the proces .

2 Answers  


How can you identify the browser and its information using QTP script?

0 Answers  


How the QTP recognize, handle n reports that a error has been handled by it(QTP) when we perform a recovery scenario in our application n in what manner it will display it in resulting window? Plz help me out.

1 Answers  






How will you test a keyboard?

0 Answers  


in QTP,how to write a descriptive program for "yahoo" or "gmail" Login page

1 Answers  


How you perform smoke and sanity testing using qtp?

1 Answers   Tech Mahindra,


When do go for loop condition in test?

0 Answers  


when we apply the daily build each and every day,the property may change in the application.so that the created script is not reusable in winrunner and qtp.for ex for date field it is taken dtpicker.at another time it is taken some other name.how can i solve it.

0 Answers  


Will there be any standards or requirements for page appearance and/or graphics throughout a site or parts of a site?

0 Answers  


What are the methods used in UFT to handle exceptions or run-time errors?

0 Answers  


Categories