I have a string with a below pattern
SrcWorkspaceName=abc_1234;SrcEndVer=1409;Lang=ENU,FRA,NLD
SrcWorkspaceName=abc_1234;SrcEndVer=1409;Lang=ENU,FRA,NLD
I need the SrcEndVerSrcEndVer value to be replaced from 14091409 with other number.
Here the number is stored in a variable,say
Var=1600
Var=1600
So, 14091409 value should be replaced with a variable VarVar
Like the Outputoutput as below for example
SrcWorkspaceName=abc_1234;SrcEndVer=1600;Lang=ENU,FRA,NLD
Thankyou
SrcWorkspaceName=abc_1234;SrcEndVer=1600;Lang=ENU,FRA,NLD