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
How to use reporter.report event in qtp ?
Will there be any standards or requirements for page appearance and/or graphics throughout a site or parts of a site?
Suppose I created one object as virtual object? That object is applicable to that test? Or all the tests?
1. What is the difference between Keyword and function in the keyword driven framework? 2. How do you associate Keywords to the script ?
Please guide me release notes of Automation once scripts are completed
How does qtp identify objects in the application?
If you giving priority as p0, as a developer if I give priority as p2, What happens In user defined function ?
Mention the different actions types of qtp.
How to add object to object repository in qtp9.0 Suppose for brower yahoo home page
How is the Bitmap checkpoint different from Image checkpoint?
Could any one tell me "How can i recognize my cursor position using QTP 9.2" Give me a scripts for this
i am looking job in perfomance testing using Loadrunner any one help me a project plz......?(Chandana) chs_29@rediffmail.com
What are table and db checkpoints?
Explain QTP using different development techniques ?
Hi all, I am using windows vista, I am in the process of learning QTP. When ever I try to work with insert mode in flight application , i am getting the error of 'Operation must use an update table query, fractional truncation(null) error. Can anyone help me regarding this?