I have a requirement where I get a string in which I have to replace the value between
< p811:Credential> and < /p811:Credential>
In this case AAAAA
/BBBBBB
)
Only the Credential text will be constant all the time the prefix will need not be the same
Example strings
1.abc < p811:Credential>AAAAA/BBBBBB< /p811:Credential>xyz
2.gsd< K999:Credential>EEEEE/XXXXX< / K999:Credential>tre
How can we do this ?