Hello, Is there a pythonic way to handle this: str = 'ABC value="123" value="345"' i have a string and i want to extract the values between the quotes(""). Like 123, 345 Do we have some builtin function to handle this. Thanks in advance. With best regards, Anish