I'm interested in displaying a string composed from sub-strings of different colors. Mathematica allows one to create a list comprising sub-strings of different colors, for example
{Style["Blue", Blue], Style["Red", Red]}
I would like to create a string looking like
StringJoin doesn't enable to tackle the problem




Stringor do you need to make the output look like what you show? If the latter, useRowon the list. – Szabolcs Dec 15 '19 at 10:44