/ Published in: Regular Expression
If there will be multiple sets of these tags in a scanned XML string, you need the '?' after the '*' to specify a non-greedy (lazy) match.
Expand |
Embed | Plain Text
Copy this code and paste it in your HTML
(?<=Message\>)[\S\s]*?(?=\<\/Message)