I'm trying to extract a value from a string using regex. The string looks like this:
<faultcode><![CDATA[900015The new password is not long enough. PasswordMinimumLength is 6.]]></faultcode>
I am trying to diplay only the error message to end user.