Oriol said:
An example of this would be somethign like
"Tienes 2,256,293,295 monedas de oro.
Hola!
"Repeat on same line" is only for colouring matching lines.
Oriol said:
... but that's too much processing probably.
Well, not really. It can handle quite a bit of processing. You could make a trigger that matches something like (\d+),(\d+) (like you said) and then omit it from output. Then in Lua, do a string.gsub to change the commas to dots. Or if you are using a screen reader anyway, do this only in the function that calls the screen reader (this would not need you to omit from output).
A bit depends on how the screen reader is called, but is should be simple, really.
|