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 integrate the qualitycenter with qtp
diff between qtp versions from 8.5
Hi we are running tests remotely from quality center and pushing tests into qtp boxes remotely, and it does execution but while uploading results back into quality center it hangs in qtp box.If any one come across similar problem, please send me details how to handle this. Thanks kris
Does quicktest professional (qtp) is unicode compatible?
how to fetch the values from grid? & qtp recogniges that grid as a webelement? what u do?
What is the script for database check point, bitmapchek point, regular expression ?
How to use setroproperty?
What do you to script when objects are removed from application?
Can any give an example(if possible templates) how to test web application using QTP. thanks in advance
what is the diff b/w assistive and mandatary rules of object repository in QTP???
What are the views available in qtp?
Explain the concept of object repository and how qtp recognises objects?
what is command for executing files?
Which HTML specification will be adhered to? How strictly? What variations will be allowed for targeted browsers?
Diff b/w test scenario's and test Procedures?