How to return only alpha bate string from an string str =
"bibhu@#$%&das&*)(SUndar"
Answer Posted / usha
str="bibhu@#$%&das&*)(SUndar"
Set r = new regexp
r.pattern="[A-Z]"
r.global=true
r.ignorecase=true
Set a =r.execute(str)
msgbox a.count
For each t in a
msgbox t
Next
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
how to operate webobjects in a webpage using getobject function and then using generic methods?
Explain the filter expression?
What is the scope of a constant declared using public?
By default in vbscript the arguments passed to functions and subroutines are by reference or by value?
hi i am trying for testing job for 3+ experience(fake) can u suggest me what type of projects i can keep in my resume and how much of knoeledge i should have abt that project.thnks in advance.urgt plz
Explain about the asc function?
What is purpose of scripting.filesystemobject class in vbscript?
write a program to display configuration of a local system with the help of vb script.
how to write validation function for date in vb script
Which command is used for writing text on a page?
What is vbscript procedures?
Explain sga memory structures?
What aspects of vbscript make it safe so that a web page using vbscript cannot destroy or corrupt information on a user's computer?
How to assign a numeric value to a variable?
Which in-built functions are used to convert the specified expression in the form of date and string in the vbscript language?