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

javascript - jquery or ashx not working -

opencv - DataType<cv::detail::deriv_type>::depth what is it used for -

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