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...

how to reverse a string with out using string or predefined
function,ex:string is " i love india". the output should be
like this "i evol aidni"

Answer Posted / lak

str=" i love india"

Set regExpObj=new RegExp
regExpObj.pattern="[a-z A-Z]"
regExpObj.global=true

Set matches=regExpObj.execute(str)
For each letter in matches
result=letter.value&result
Next

msgbox result

Is This Answer Correct ?    0 Yes 1 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is the differences between image check point and bit map check point?

1134


What is the extension of the qtp local repository? If it is .mtr then what is .bdb extension stands for?

1115


In an interview, what r the general questions asked in SQL which is realted to testing ?pls give me anwser to this question?

2072


In the application that I'm testing is having a WYSIWIYG editor.QTP is recording editor's body as web element. I want to add some data to this web Element at run time. The problem is that I cant find a method to add contents to this web Element. Can any one come up with an answer for this. Thankx.

2015


Explain the difference between call to action and copy action?

1029


What is qtpro? What is quick test pro?

1106


What are main panes available in qtp test browser?

1030


how to create flat file datasubmission in qtp

2494


What is a quick test professional?

1209


In the Hybrid framework, data can access the database, excel file, XML etc. Is it true?

1133


What is the registration process and examination fees?

1129


What are the recording modes in wave event?

2060


What is action?

1041


What are the Application Functions available in QTP?

2101


how did u use automating testing tools in ur job?

2031