Regex to remove CDATA tags
Here’s a regex that I wrote recently to remove CDATA tags from an XML element value: Find What: <!\[CDATA\[(.*)\]\]> Replace With: \1
Here’s a regex that I wrote recently to remove CDATA tags from an XML element value: Find What: <!\[CDATA\[(.*)\]\]> Replace With: \1