I have a styled and a normal string and I want to join them. However, it seems that the styled object doesn't have the structure of a string and so they cannot be joined. I can do it with Print but I don't want to because I am preparing rather complicated output. See the example below.
Is there a work around?

ToString[... , StandardForm]. – Kuba Dec 28 '17 at 19:20