Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...


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

Difference between copy to action and call to action?

0 Answers  


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?

7 Answers   IBM,


What is the difference Between LowLevel and Normal Recording Modes?

1 Answers  


pls tell me different type of automation frame works in QTP and which one need to select in client server application

7 Answers   Syntel,


what is keyword driven framework in qtp.

13 Answers   Cognizant, TCS,


What is the file extension of the code file in qtp?

0 Answers  


Is there a function to find the number of occurrences of sub strings within a string?

1 Answers  


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?

2 Answers  


What are SetToProperty, SetRoProperty, GetToProperty scripting?

4 Answers  


what does it mean when a check point is in red color? what do u do?

4 Answers  


What are the key points to create a framework in QTP for oracle forms?

0 Answers  


how to write regular expression for Date field?

12 Answers   Google,


Categories