How to retrieve alpha bate from the alphanumeric string with
special character.
Answer Posted / nihar
str="BIBHU@#$%^^&*(sundar)(*&das"
set reg=new regexp
reg.global=true
reg.ignorecase=true
reg.pattern="[W]"
set x=reg.execute(str)
for each res in x
result=res.value&result
next
msgbox result
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What is the difference between run time object and test object?
What is the default object synchronization timeout in qtp?
• What type of testing questions will be asked for 2+ yrs exp people in interview?
What are the Test design techniques you uses in ur project?
can any boby tell me what is method or steps to connect the remote desk top by using QTP 9.2 version?
diff between qtp versions from 8.5
Can we use index on view?
Have you used xml check point in your project?
What are the views available in qtp?
How is a Step generator used in UFT?
Hi any body pls help me for QTP 11.0 software free demo version. i have to practice. Kindly send the link.or where i have to download.
What do you to script when objects are removed from application?
How would you export a script from one pc to another in qtp?
.have you ever written compiled module? if yes , tell me about some of the function that you wrote.
What are the factors on which script execution time is dependent?