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
What are the types of object repository?
Explain about business process component? types and usage?
How to use Environment parameterization? Explain with an example.
Please Don't mind .i want in detail the real time process i.e in each document what it contains.
Output values? i want a practical example
Why we load add-ins in qtp?
Explain step generator in qtp?
Explain object spy in qtp.
what is vmodel?advantages and disadvantages of vmodel?
How many types of recording facility are available in quicktest professional?
What test cases can you automate using QTP?
in qtp if we record a object and we record the object using virtual wizard then by which way the object is recognized that means recorded
How are cgi programs, applets, javascripts, ActiveX components, etc. to be maintained, tracked, controlled, and tested?
How do we handle run-time errors?
whare exactly we have to use functions and sub routain