I am trying to copy a specific part of a sentence from a div to another and input it to another area using JavaScript.
<div id="copyfromhere">This is +how+ it works.</div>
<div id="pastehere"></div>
I'd like to copy the part in between the + symbols. The + symbols are included in the original sentence.