Is there a way to use the replaceAll() function to remove these groups from the string?
Below is an example of the string:
0x0001,2: dummy text: dummy text 0x001B,0: more dummy text
I want to remove all the text that has this format 0x0000,0:
After the function is complete: it would look like this:
dummy text: dummy text more dummy text