I have a contentEditable Div and I want remove any formatting especially for copy and paste text.
Have you tried using innerText?
ADDED:
If you want to strip markup from content pasted into the editable div, try the old hack of creating a temporary div -- see example below.
Strip editable div markup