Sujet : Re: perl test
De : ldo (at) *nospam* nz.invalid (Lawrence D'Oliveiro)
Groupes : misc.test comp.lang.miscDate : 07. Sep 2024, 09:11:38
Autres entêtes
Organisation : A noiseless patient Spider
Message-ID : <vbh1rq$1938b$7@dont-email.me>
References : 1 2 3 4 5 6
User-Agent : Pan/0.160 (Toresk; )
On Sat, 7 Sep 2024 03:01:14 -0000 (UTC), Peter Dean wrote:
would it hurt to backslash everything nonalphanumeric?
Does Perl have the equivalent of Python’s re.escape
<
https://docs.python.org/3/library/re.html#re.escape>?