I have the following string
x = "[['Glass Battery Hydrometer'], ['RS Stock No.', '196-8187'], ['Mfr. Part No.'], ['Brand', 'RS Pro'], ['Compare']]"
How to use regular expression in python to extract "['RS Stock No.', '196-8187']" this particular portion from the string
Also once that particular string is extracted I need to extract '196-8187' this value from it.