Hi. I have to make something to combine two words in their common letters from left to right.
Something like this:
$var a='103333-7'
$var b='103363-0'
$var c='103331-2'
and the result should be '103300-0'
if the character doesn't match it will be replaced with 0.
Many thanks!


Reply With Quote
Bookmarks