Re: how can I set symbol pronounciation for special case?
Sascha Cowley
Hi Brian, The regular expression should be: ([a-zA-Z])' That is, the second 'z' should be uppercase. As is, that regex will match anything between uppercase A and lowercase z, which includes things like square brackets.
Regards,
On 19/04/2020 03:48, Brian Vogel wrote:
Sam,
|
|