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

Answer Posted / uday

The following Regular Expression might be the solution

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

Is This Answer Correct ?    2 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

i have an external excel datasheet where it only contains 3 rows. after qtp executed the code to import the datasheet, the datatable getrowcount method now gives me a different value, lets say 60,000+ instead of only 3. i did not have any values starting from row 4 of my excel file. why is this happening? this also results to the qtp report to load for a very long time.

1533


please give me the code for doing retesting of gmail login page using functions so the function has to give the value

1544


how to test use the quality control .how to verify the image verification

2542


How will you handle java tree in qtp?

621


How to create Reusable and Multiple Actions?

1705






Tell me one scenario, the complex functionality you have automated in your project?

1473


Hi, I am using OutputCheckPoint and I am storing the value in the data table. The stored value for column:bedroom:"Bed:4" The another value for column:bathroom:"Bath:2 Full,1 Partial" I need only the no 4 from the first column. I need only the no 2,1 from the second column. I used split array,but it also show array(0) has the value"bed:4" ..... Even though I highlight only 4,It is seleting the full value "bed 4".How can I get only the nos Thank you Uma

1299


To retrive the test data which tool vl use and whats basis u vl write test data? its urgent

1442


Shall we add Local Repository to shared object repository,if yes,how we add

5676


how to find that tools work well with ur existing system?

1352


Suppose I want fail that check point? How can you do that?

596


What is the process of synchronizing qtp and aut?

566


What processes will be required to manage updates to the web site's content, and what are the requirements for maintaining, tracking, and controlling page content, graphics, links, etc.?

601


Is qtp supports uni-code?

610


How to read a text file from QC using QTP. I would like to do something like this. But instead read a file from QC and NOT from my local drive. Set fso = CreateObject("Scripting.FileSystemObject") Set InputFile = fso.OpenTextFile("C:\test.txt", ForReading) Thanks

2753