I have a string with a below pattern
SrcWorkspaceName=abc_1234;SrcEndVer=1409;Lang=ENU,FRA,NLD
I need the SrcEndVer value to be replaced from 1409 with other number.
Like the Output as below for example
SrcWorkspaceName=abc_1234;SrcEndVer=1600;Lang=ENU,FRA,NLD
Thankyou