[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: help with adjusting a regex for issue github#946
From: |
Samuel Thibault |
Subject: |
Re: help with adjusting a regex for issue github#946 |
Date: |
Sun, 15 Sep 2024 11:04:21 +0200 |
Jérémy Prego, le dim. 15 sept. 2024 10:28:57 +0200, a ecrit:
> in this last example, it's a bit better since the "." and the "," do indeed
> make their pause, but they also do it in the case of a url for example
> openSMTPD.toto.com whereas I'd like to hear openSMTPD [dot] toto [dot] com
Do you mean you want to hear dot for the dots of a url? AIUI you could
just separate out the concerns by first adding a rule to split urls into
dot-pronouncing text, and then your casing rule will handle the
openSMTPD part.
Samuel