About small caps.
On a big bibliographical file, I have about 300 names of authors written with caps like ZOLA and LA BRUYÈRE and BALZAC and so on.
I would like to write a regex that would allow me to write each name with small caps this way:
Code:
<span class="smcp">La Bruyère</span>
I remember having used such a regex some years ago but unhappily I lost all these regexes.