On Tue, 19 May 2015, Riccardo (Jack) Lucchetti wrote:
<hansl>
string Texto = sprintf("\n\
O meu nome é 'Severino',\n\
como não tenho outro de pia.\n\
Como há muitos 'Severinos',\n\
que é santo de romaria,\n\
deram então de me chamar\n\
'Severino de Maria'.")
string dq = sprintf("\"")
string Texto2 = regsub(Texto, "'", dq)
print Texto2
</hansl>
Ah, by the way:
<hansl>
string Texto2 = strsub(Texto, "'", dq)
</hansl>
would also work.
-------------------------------------------------------
Riccardo (Jack) Lucchetti
Dipartimento di Scienze Economiche e Sociali (DiSES)
Università Politecnica delle Marche
(formerly known as Università di Ancona)
r.lucchetti(a)univpm.it
http://www2.econ.univpm.it/servizi/hpp/lucchetti
-------------------------------------------------------