Re: how can I set symbol pronounciation for special case?


Tyler Spivey
 

It uses Python's re module. You'll have to read the code which handles the speech dictionaries to figure out how it works.

Why don't you just write an addon to do what you want?


On 4/19/2020 12:31 AM, Samuel Kacer wrote:

Also, does anyone know what particular flavor of regex does NVDA use? I noticed it parentheses are treated differently than I am used to and ^ doesnt seem to match beginning of string.

Like if I have regex ^ foo^foo, it will match foo even if it isnt at beginning of the line.

Join {nvda@nvda.groups.io to automatically receive all group messages.