I want to parse a simple string with python as –
Limits paramA : (7, 45) paramB : (0, 0) paramC : (1, 23)
I want to extract 7, 45, 0, 0, 1, 23 in different integers.
Could someone tell me how can I extract this?
There are lot of string parsing questions in the forum, but I am not able to find the answer that suits me best.
Thank You.
using
regex: