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
How many ways we can parameterize data in quicktest professional?
I created 3 actions in test suppose I want to run action 1 in single time, action 2 is 4 time what I do?
what is the frame work in J-meter?
What are the methods used in UFT to handle exceptions or run-time errors?
What is text check point and text area check point?
To which environments does quicktest professional (qtp) supports?
how can we compare descriptive programing with a regular expression
Write the script to delete the mail which is at 9th,13th and 18th place in INBOX of Gmail ?
1.Qtp suppots Unix& linx or not 2why qtp suppots shell script.
wht type of User defined functions or Java Releated functions do we write in VB scripting
What are the differences between qtp and winrunner?
I want to write some certification courses, so friends could you guide me? which certification is best and how to write exam and what tutorials need to be studied,what to do first, I am working on automation tool QTP 9.2
hi guys, pls tell me for testing institution training hub, hitech city is best or not?
Is there anyway to automatically update the Datasource name in Database Checkpoints object when we migrate tests to a new release?
What are private functions in QTP? How they can be called from the function library?