x Did you like it? Well, then please consider making a donation :)

Regex Tag - new-line

Regular Expression to match every new line character (\n) inside a text block (content block)

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