I have string like
"Shabalu Sheedaa - Ali Gul Panara - Octa School - 10 (7)"
and I want to extract the value between parenthesis using jquery. In this case it will be 7.
I have string like
"Shabalu Sheedaa - Ali Gul Panara - Octa School - 10 (7)"
and I want to extract the value between parenthesis using jquery. In this case it will be 7.
Try:
Explation of Reg Exp: