static bool editSnippet_stringToSymbol(S snippetID) { S text = loadSnippet(snippetID); S newText = jreplace(text, "S", "Symbol"); if (eq(text, newText)) false; editSnippet(snippetID, newText); true; }