Am 18.05.2015 um 21:17 schrieb Henrique Andrade:
Dear Gretl Community,
How can I use quotation marks inside a Gretl function that deals with
strings? Suppose a I have a text file like this one:
<text file>
O meu nome é "Severino",
como não tenho outro de pia.
Como há muitos "Severinos",
que é santo de romaria,
deram então de me chamar
"Severino de Maria".
<text file>
Now I would like to use readfile and strsub functions to read the file
and replace the quotation marks (" ") with asterisks (* *):
<hansl>
string Texto = readfile("Morte e Vida SeverinaSeverino.txt")
strinf Novo_Texto = strsub(Texto, """, "*")
<hansl>
I'm not 100% sure what your question is, but the help for strsub() says
to use the regsub() function for more complex stuff, so that would
probably be my advice.
hth,
sven