Skip to content Skip to sidebar Skip to footer

Newline In Gmail App Script Getplainbody Function

I'm trying to parse gmail bodies using appscript and the getplainbody() function. The email body I'm trying to parse looks like: *Name:* tom jones *Email:* tjy22@yahoo.com *

Solution 1:

Notice if you try this here it will show. http://regexr.com/

\*([A-Z])\w+:\*/g

Post a Comment for "Newline In Gmail App Script Getplainbody Function"