Site icon CodeRevolution Support

RegEx help

Hi there, I am trying to configure regex which will remove numbers in brackets (including brackets). Something like: (4) (123) (1, 23) I tried this regex: ((\d)) And it's removing numbers but in brackets but not brackets itself. Can you please help? Daniel
Exit mobile version