I have two strings
String1 = 'G3430-60'.
String2 = 'G3430-60123'.
I need to find out string1 in string2. if found then I want the difference. Based on the Example I want output
123. Because The last three digits are different.
Is there any standard command or FM avaiable to do this?
Thanks
Aman