Hi

Given

string1 = /home/web/
string2 = /home/web/www/index.php

How can I elegantly do an exclusive or of string1 with string2, that is, I want to end 
up with 

string3 = www/index.php

Thanks! 

Reply via email to