between

How to save all occurences of a substring to an array in Python

How to save all occurences of a substring to an array in Python Question: I want to save each value between "(" and ")" from the string "obs1" to an array. obs1 = "3341 – SSS – ELO CRED – (48,00) 4526 – SSS 7837 – SSS – MASTER DEB – (25,00) 2830 – SSS …

Total answers: 1