public override bool Execute(string s) { foreach (char c in s) { if (c == '~') { NoteBuilder.SetTilde(); return(true); } } return(false); }