static String formatSnippetIDOpt(S s) {
  ret isSnippetID(s) ? formatSnippetID(s) : s;
}