Dear Community,
I want to start a new segment in a JSON file after each pipe symbol. I've tried to re-use the RegEx provided in the TM settings and have found that I should use escape signs (so not just "|" but "\\|". However, each time I confirm these settings, the "|" is turned into a "/" and it segments the URL paths in the file instead.
The text sample in particular is something like this: Blanco|Caoba|Nogal|Roble Dorado|Antracita|Gris
The RegEx I tried to use (though I'm unsure if it's correct: [\w\p{P}][\\|]+
Looking forward to your help!
