12
I have the following content:
123|321|1234\|56\|teste\||123
I’d like to make a regex replace
to replace all |
by line break and ignore the |
escaped with \
, this way I would like to get the following feedback:
123
321
1234|56teste|
123
If anyone has an alternative other than regex
also serves.
@leogaldioli On the META website we have a summary explanation how to apply color highlighting to code!
– Zuul