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

How is UFT 11.5 version different from UFT 12.0?

0 Answers  


Create an Excel file and pass the values from Flat File? (for ex:data1.txt,data2.txt )

2 Answers   FIS,


Hi All, I have QTP installed on my machine but the application under test (AUT) is on remote desktop (i.e. I first connect to remote desktop from my machine in order to run the application). I am able to record the script successfully with QTP running on my machine and application running on remote. However, when i run the recorded script, system fails to run it and indicates me that it does not identify the object. Is it possible to record and play while QTP and AUT are not on same machine?

7 Answers   ABC,


How will you compare keyword and expert view?

0 Answers  


When u ll use Record Button in QTP?Is VB script is Mandatory in QTP? What is Meaning of Frame("v1")?

1 Answers   TCS,






describe some problems that u had with automating testing tool?

0 Answers  


Suppose U change the script whether it affect the object properties of the object in the object repository

4 Answers   IBM,


how can we return a value from userdefined function for eg 2 functions in func1 iam getting 2 values(a,b) and storing in var(C). now i want to pass that var(c) to another func2 give me the script

1 Answers  


give the code to count child objects (Total) in the page

1 Answers  


Where can i get the QTP tutorials. I wanna move to automation testing. Is there any book or URL, where i can find the source to read...

1 Answers  


How many types of OBJECTS are there in QTP?

8 Answers   Intel, Inter Globe Technologies,


datatable.Import("E:\Programming Samples\QTP Samples\OrderNumbers.xls") Asume we have 4 records in datatable Code reads the 4 rows in the sheet ok, but does it 5 times? It doesn't sound like closing the datasheet is the problem Can we close the datasheet runtime ?

2 Answers  


Categories