I have number of strings like
var str="#{ZyDt8spGZOA.mI8uHaT7o47}+#{z3PENrRf0cn.mI8uHaT7o47}+#{lhUBSvCMPWu.mI8uHaT7o47}+#{YNpiWU7fw9m.mI8uHaT7o47}";
I need to get the content only inside the curly bracket to an array. (In the above case array of length 4).
How can I achieve this?