Instead of "match everything" you'd better match "not digits"
Your regex will be like this:
/(\d+\))([^\d]*)/g
https://regex101.com/r/i1BSQc/1