how to reverse the string without using bultin functions(i.e
mean mid,len ,reverse functions)
Answer Posted / bantanahal haribabu
using regular exp=======
set Obj=New RegExp
Obj.pattren="[a-z]"
obj.global=true
set obje1=obj.execute(str)
for each letter in obje1
result=letter.value&result
next
print result
Is This Answer Correct ? | 5 Yes | 0 No |
Post New Answer View All Answers
Do you know SQL? I know SQL but i don't have any experience...that's it..No more questions ...simply he said " you can leave for the day" ...guys prepare SQL Quires before attending interview in bank of america...
What are the features and benefits of quick test pro (qtp 8.0)?
Have you done batch testing in qtp? If yes how you are doing?
describe some problems that u had with automating testing tool?
can any one say that where we can download the QTP trail version ??????????
How will you handle java tree in qtp?
Explain quicktest professional (qtp) testing process?
What is different command used in command Prompt while using QTP?
How to test the login page in different ways in automation testing and i need code?
What are table and db checkpoints?
How can get count of list box?
Where to use Property Let, Property Get, Property Set in UFT
Why is Client side image is preferred over server side image?
How can you give wait up to 10 seconds in qtp?
what is error and fault in terms of software quality?