I am trying to replace a character - say ; - with a new line using replace-string and/or replace-regexp in Emacs.
;
replace-string
replace-regexp
I have tried
M-x replace-string RET ; RET C-q C-j.
C-q for quoted-insert,
quoted-insert
C-j is a newline.
Cheers!