Enable Javascript in your browser and then refresh this page, for a much enhanced experience.
One line solution in Clear category for Common Words by ludek.reif
checkio = lambda f, s: ','.join(sorted(x for x in f.split(',') if x in s.split(',')))
Feb. 1, 2016