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
How to use parameterization in qtp?
What is the difference between a Function and Action in QTP?
can any body clearly explain about keyword driven framework .give me the explanation for files what ever you use in this frame work?
How to create Reusable and Multiple Actions?
I want to do Certification course in QTP. For this I request you to suggest the best Tutorial in PDF format. Hence, if possible, kinldy mail PDF file to my mail-ID: sushmapokhriyal79@gmail.com
Can anybody let me know how to test the Drag and drop feature of the column in a .net application...eg..i hav to test the drag and drog feature of a table(swftable) in a application..plze help!!
How do Parameterization and Data-Driving relate to each other in QTP?
Object repositories types, which and when to use?
What phases are involved in testing an application in qtp?
Dis advantages of XML checkpoint ?
What is reusable action?
can any body plz help by sending the qtp docs and qtp ppt's? this is my mail id:murali.padeti@gmail.com
How did you use regular expressions in QTP and also in WR?
How to execute a winrunner script in quicktest professional?
how can i sent QTP results to the Html, notefile ,xl file give me the code using g mail login page