Having this MWE:
\documentclass{book}
\usepackage[explicit]{titlesec}
\titleformat{\chapter}[block]{\filcenter}{}{0pt}{\MakeUppercase{#1}}
\begin{document}
\chapter*{This should be all Uppercase. "This text should remain as it is"}
\end{document}
Which command could one use to have the text "This text should remain as it is" not affected by the titlesec uppercase definition (see image)?

Edit: Fixed \titleformat's arguments, as per Gonzalo Medina's remark (see below).


\MakeUppercasefrom affecting mathematics – Werner Feb 03 '15 at 20:35