All Questions
1 question
2
votes
1
answer
124
views
Remove all but the text written by user
I use Outlook API to fetch the sent email's body. Now, I want to clean the body to remove all links, headers, etc. and keep only the text written by user. Following is my regex function:
function ...