I'm trying to create a regex query to extract everything between the characters
^1234:
and
, ^5678:
I tried the following and it doesn't work. Am i on the right track?
^(\^1234),(\^5678)$
Example text:
54:16812344266, ^1234:iwantthistext, ^5678:idontwantthis, ^0000: idontwantthiseither