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


Please Help Members By Posting Answers For Below Questions

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

1550


What are the features and benefits of quick test pro (qtp 8.0)?

816


Have you done batch testing in qtp? If yes how you are doing?

722


describe some problems that u had with automating testing tool?

1614


can any one say that where we can download the QTP trail version ??????????

1554


How will you handle java tree in qtp?

856


Explain quicktest professional (qtp) testing process?

769


What is different command used in command Prompt while using QTP?

2019


How to test the login page in different ways in automation testing and i need code?

1593


What are table and db checkpoints?

842


How can get count of list box?

877


Where to use Property Let, Property Get, Property Set in UFT

608


Why is Client side image is preferred over server side image?

1690


How can you give wait up to 10 seconds in qtp?

818


what is error and fault in terms of software quality?

1700