Click here to Skip to main content
15,881,281 members
Please Sign up or sign in to vote.
1.00/5 (2 votes)
See more:
can anyone help me on how to parse a string like "y1-y3, y11-y19, y21" into a string "y1,y2,y3,y11,y12,y13,y14,y15,y16,y17,y18,y19,y21" in VBscript?
thanks!
Posted
Comments
Sergey Alexandrovich Kryukov 6-Aug-12 20:06pm    
Did you try it? Where did you fail?
--SA
Sebastian T Xavier 7-Aug-12 0:38am    
Don't repost

1 solution

This would be easy with regards to RegEx, see my answer here:
Regular Expression Question Complexity like MS Word Printing[^]
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900