How to retrieve alpha bate from the alphanumeric string with
special character.
Answer Posted / nahush
str="Hello Uda543y %%^&"
Set objRegExp = new RegExp
objRegExp.pattern = "[a-z A-Z]"
objRegExp.global = true
Set matches = objRegExp.execute(str)
For each x in matches
result = result & x.value
Next
MsgBox result
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
www.icici.com ,after this.. home page wll came, in this page what r the items we r going to test for manual and what are items we r going to test for QTP... explian clearly with example
what is meant by Implicit and explicit requirements?
What are the features supported by UFT?
What are the methods used in UFT to handle exceptions or run-time errors?
How do you test the text displayed in the header portion of times of india epaper. Hot news(banner) are scrolling in the top of the page, how do you test using QTP?
Explain QTP using different development techniques ?
How you can decide which type of object repository you have to use?
What are the recording modes in wave event?
How to record a qtp script ?
How to handle Java tree in QTP?
Explain different types of checkpoints?
we add library file used in test via settings or through "ExecuteFile" command. when we implement framework do we make common library file and load the same for all the test cases execution?
Without integrating QC/Testdirector with QTP, is it possible to keep track of the defects?If yes how? How to export QTP results to an excel sheet?
What is the virtual object?
Do you know how to connect database? Can you tell me the procedures?