Ir al contenido
Menú
Se marcó esta pregunta
2 Respuestas
6627 Vistas

I want to replace the dot (.) with comma (,) and the comma with colon, that's it, a swap of the characters.


Is there any swap function in QWeb?

Avatar
Descartar
Autor

I meant to say:

I want to replace the dot (.) with comma (,) and the comma with dot, that's it, a swap of the characters.

I don't know why I cannot edit my own post...

Mejor respuesta

use python string.replace in t-raw, watch for the order.

....

<t t-raw="'this string includes . , . , . '.replace(',',':').replace('.' , ',')" />

...

Avatar
Descartar
Autor

Thanks, but that's exactly what am I doing, with an extra intermediate replace. I want to know if there is a swap function to avoid the 3 calls to replace function.

nope. unless you add it yourself.

Publicaciones relacionadas Respuestas Vistas Actividad
0
oct 23
3004
2
jul 23
6311
1
jun 23
4326
1
abr 23
5046
1
nov 22
3759