Peter Münster wrote:
>
> Hello,
>
> Perhaps this one could be already useable for the OP:
>
> function add_ties(line)
> line = line:gsub('( %a) ', '%1~')
> line = line:gsub('^(%a) ', '%1~')
> line = line:gsub('( %a)$', '%1~%%')
> return line
> end
Hey! Luigi promised you were all adults! :-)
Cheers, Taco