Posts Tagged ‘Javascript explode’

Javascript Explode

Friday, April 2, 2010 0:32 No Comments

What is the equivalent function for php explode in Javascript? There is no explode function in java script.but we can handle the explode functionality by writing some custom functions. here is a simple java script  code for you. If you Run the following code explode(‘. ‘, ‘blog.altmint.com); It Could return 1.{0: ‘blog’, 1: ‘altmint’, 2: Continue Reading »

This was posted under category: JavaScript Tags: , ,