I'm looking for a regular expression to match every new line character (\n) inside a XML tag which is <content>, or inside any tag which is inside that <content> tag, for example: <blog>bla bla</blog><content>1 \n 2 \n 3</content>
Type: match, Date: 7/12/2015 4:21:02 PMAuthor: stackoverflow
Replace multiple spaces example
Type: replace, Date: 7/12/2015 4:10:18 PMAuthor: stackoverflow
Replace this Regex with an empty string + Compiled flag
Type: replace, Date: 7/12/2015 3:52:40 PMAuthor: stackoverflow