Community Member Profile
Rohit
Member since Dec 11, 2008
- Profile: /members/1958-Rohit.htm
- URL: N/A
- Comments: 1
- Points: 1
Recent Blog Comments By Rohit
-
Ask Ben: Converting Javascript Lists To Arrays
Posted on Nov 5, 2008 at 12:55 AM
Great document. Using Javascript, is it possible to split on multiple delimiters AND include the delimiters in the split array response? e.g. "a+b-c".split(new RegExp("[+-]", "g")) ... returns ... a b c How do I get it to return ... a + b
read more »



