max1965
13 years agoContributor
add string to variable
In a groovy script, with the instruction:
DProxyLoc1 = DProxyLoc.minus("sip:")
the string "sip:" is removed from the begin of DProxyLoc variable. If I want add the string at the begin of the variable, what is the instruction ?
DProxyLoc1 = DProxyLoc.minus("sip:")
the string "sip:" is removed from the begin of DProxyLoc variable. If I want add the string at the begin of the variable, what is the instruction ?