lets say i've got a str="john michael luise+marry"
i need to replace all ocurrance of name with name+surname
eg str2= "johnBrown michealBrown luiseBrown+marr yBrown"
i gues i need something like this str.replace and \[a-z]+\
but... i have no idea how to do it
could you help me?
regards
jx2
i need to replace all ocurrance of name with name+surname
eg str2= "johnBrown michealBrown luiseBrown+marr yBrown"
i gues i need something like this str.replace and \[a-z]+\
but... i have no idea how to do it
could you help me?
regards
jx2
Comment