I\'m trying to write a regular expression that will strip all tag attributes except for the SRC attribute. For example:
Posting to provide a solution for Oracle Regex
<([^!][a-z][a-z0-9]*)([^>]*(\ssrc=[''''\"][^''''\"]*[''''\"]))?[^>]*?(\/?)>