Hi,
I know this is not a extjs specific question, but I need it solved in order to go with my extjs project.
I have a long json string with the string "size: (x,y)," included where x and y are arbitrary numbers. I need a way to extract this string from the json string.
I think I should use the js match function, but I don't know how to make the regexp for this?
Thanks!