Additional chat-related features and issues within Microsoft Teams for business
If you're pasting into Word, and this will probably work for other MS apps too, like an Outlook message, the following "Find" string with wildcards on will find the [12hr-timeOfDay AM/PM] LastName, FirstName newline where LastName can be hyphenated or apostrophized (like O'Reilly) or spaced, like John Silver, Long. A first or last name like Billy Joel, or Carl Philip Emmanual is also found.
It will not find o'Reilly. I used an initial capital to reduce false finds with the text you want. Modify your find as needed.
I did not check 24-hour time, and you'd probably have to use a macro to get something like Yesterday or Weekday, or mm/dd preceding the time of day (if you copy from earlier in the week or prior weeks).
"^13[[0-9]@:[0-9]@ [AP]M] [A-Z’-][A-Z a-z’-]@, [A-Z][A-Z a-z'-]@^13"
It's the stuff between the quote marks and typing an apostrophe did not want to work for me, I had to actually copy the apostrophe from an apostrophized word in the Word document. Copying the above did work to paste into Word's Find. (I did not check Find/Replace in other Office apps.)
Once you get the find working, you can use ^13 in the replace. (Or ^13^13 if you want a blank line separating each text line.
Once you get the text fixed in Word you can copy and paste it elsewhere, bearing in mind that newlines sometimes don't always paste the way you want them in the target app/document.
Yeah, it's a workaround, until Office 365 or whatever it's named this week gives an option to paste with/without date-time and owner info. (Personally, I want the date-time and owner.)