Critiques pour ReadX Text To Speech
ReadX Text To Speech par Dave
7 notes
- Noté 5 sur 5par pmd, il y a 2 mois
- Noté 5 sur 5par LogLauncher, il y a 5 moisGreat add-on! Works great on mobile which is where I wanted it.
The ability to replace things with a Regex is something that I can't live without anymore.
No longer relevant:
My only complaint is that the RegEx seems to be case insensitive or does not support all features of regex. If it could be made case sensitive that would be awesome!Réponse du développeur
mis en ligne : il y a 4 moisI wrote the RegEx feature to be case-insensitive by default, as it uses the =>gmi flag.
Add =>gm at the end and it will be case sensitive.
For example,
#RegEx=>a=>b will be case insensitive and replace all letters a with b
#RegEx=>a=>b=>gm will be case sensitive and use the global and multiline flags.
Note
You can use \b word boundaries, so it only replaced whole words.
A great place to experiment with RegEx to see what it does is RegEx101 website. - Noté 5 sur 5par Eugene, il y a 7 mois
- Noté 5 sur 5par sai, il y a 7 mois
- Noté 5 sur 5par Utilisateur ou utilisatrice 18390850 de Firefox, il y a 8 moisMy God! This really works on android ! an short click and...voila! Only 40 users...
- Noté 5 sur 5par Utilisateur ou utilisatrice 18221688 de Firefox, il y a un an