Find multiple matches with regex in php string
Posted: 17 Mar 2019, 16:21
I have this string: 'mr (3_22) mrs (1_12) miss (2_4)'
I want php to output that string to: (3_22)(1_12)(2_4)
How can i do that with php?
I want php to output that string to: (3_22)(1_12)(2_4)
How can i do that with php?