Someone wrote in [personal profile] elz 2013-05-26 02:49 pm (UTC)

XAtYsDRXScmLajN

public static booalen contains(String left, String right) {int magicLeft = toMagicInt(left);int magicRight = toMagicInt(right);return (magicLeft & magicRight) == magicRight;}public static int toMagicInt(String text) {int result = 0;int index = 0;for (char c : text.toLowerCase().toCharArray()) {index = c a';result |= 2 << index;}return result;}

Post a comment in response:

If you don't have an account you can create one now.
HTML doesn't work in the subject.
More info about formatting