Hi
1) I need to replace an "enter" character with another character.
I thought it should be like this (E.G)
replace all stirngs "LIAV"+enter with kokokoko:
:1,$s/LIAV^M/kokokoko/g
but it dose not work.
2) Also dose nayone know how to replace wildcards?
for example if the file looks like this
ABCDEF
AAAAA
ABBBCC
FFFFFF
FAFFFF
and I want to replace all stirngs that has "F<unknown char>F" so it will replace the last 2 lines.
Thanks 
Liav