Sujet : Re: perl test
De : ldo (at) *nospam* nz.invalid (Lawrence D'Oliveiro)
Groupes : misc.test comp.lang.miscDate : 07. Sep 2024, 01:46:41
Autres entêtes
Organisation : A noiseless patient Spider
Message-ID : <vbg7pg$10n40$1@dont-email.me>
References : 1 2 3 4 5 6 7
User-Agent : Pan/0.160 (Toresk; )
On Fri, 6 Sep 2024 16:51:15 -0700, Retro Guy wrote:
On Fri, 6 Sep 2024 23:38:08 -0000 (UTC), Lawrence D'Oliveiro wrote:
«str-expr».replace('"', '\"')
That's readable and makes sense.
Can also be
«str-expr».replace('"', r'\"')
Now I'm back to php where I somewhat know what I'm doing :)
Aagh.