2021-04-16 02:19:48

hello
i couldn't find anything related to the regular expressions in NVDA user guide, so does anyone know of any good tutorials in text which can explain this to me how those are done?
thanks in advanced.

2021-04-16 02:21:37

read python regex docs.

Facts with Tom MacDonald, Adam Calhoun, and Dax
End racism
End division
Become united

2021-04-17 03:02:09

Python regexes are what NVDA uses specifically, which feature some extra fancy features that doing it plainly from NVDA wouldn't really expose to you anyway, but if you want a general introduction to regular expressions you can go here, that's the one I used to teach myself how to do them and I built some IBMTTS anticrash regexes out of them.

----------
An anomaly in the matrix. An error in existence. A being who cannot get inside the goddamn box! A.K.A. Me.

2021-04-19 16:56:10

thanks to you both!