Enable Javascript in your browser and then refresh this page, for a much enhanced experience.
basic 1-liner solution in Creative category for Common Words by Phil15
checkio=lambda f,s:','.join(sorted(set(f.split(','))&set(s.split(','))))
Oct. 1, 2019
Comments: