good to all. I'm trying to implement an idea that may not be possible, since I can not find any information anywhere.
I have an array with several items, my idea is that the strings of those items appear the first word of it in bold and the following normals. I have thought of some character type / n that passes the bold letter to normal, but I can not find it.
Can you think of something? The idea is:
<array name="array_nom">
<item>**Gómez** Manuel</item>
<item>**Pérez** Luis</item>
</array>
** - > word in bold
Thank you very much.