> On 3 Mar 2022, at 10:06 pm, Alex <mysqlstud...@gmail.com> wrote:
> 
> I believe there's a dot missing in the first one, as in '.(386' but
> it's more than that, because I experimented with that too.

No, it would have to be:  \.(386|...)
otherwise '.' just matches any character.  Your RE pattern is sloppy
in places, ... correct REs take some care.

-- 
        Viktor.

Reply via email to