Jump to content

splitting the string


sowna

Recommended Posts

Thanks

 

I forget to tell one thing, it not only contain email id also some name and numbers,

 

Example: this is test for checking the tagging for @[email protected] and @[email protected] tested by @Siva kumar roll no @12345678

 

so the output should be

array[0] = [email protected]

array[1] = [email protected]

array[2] = siva kumar

array[3] = 12345678

 

And i want to split the same using javascript also...

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.