How to extract particular block from sentence using jQuery -


i need extract particular block string.

[main menu,128</main menu][gallery menu,24</gallery menu][nolcard menu,5</nolcard menu][feedback form,1</feedback form] 

how can [main menu,128</main menu]

or [gallery menu,24</gallery menu]

by considering [xxx , /xxxx] .

using jquery


Comments

Popular posts from this blog

hibernate - How to load global settings frequently used in application in Java -

python 3.x - Mapping specific letters onto a list of words -

objective c - Ownership modifiers with manual reference counting -