sbool regexpLiteralNeedsQuoting(S s) { int n = l(s); for i to n: if (regexpSpecialCharacters().indexOf(s.charAt(i)) >= 0) true; false; }