Hello. I need to generate a variable that indicates the length of the text string that two other text variables have in common from the last position, including spaces. For example:
Help please. Thanks
Code:
* Example generated by -dataex-. To install: ssc install dataex clear input str10 var1 str13 var2 float ANSWER "cadena uno" "la cadena uno" 10 "dos dos" "dos dos dos" 7 "tres dos" "dos dos dos" 5 end

Comment