sS answerToHello(S s, S myName) { if (!containsLetterOrDigit(myName)) null; if (match("hello " + myName, s)) ret "Hello"; null; }