How to have a separator between arabic numbers in javascript?

前端 未结 0 715
半阙折子戏
半阙折子戏 2021-01-18 09:09

I convert english numbers to arabic numbers with this function :

export const e2p = (num) => {
    return num.replace(/\\d/g, (d) => \'۰۱۲۳۴۵۶۷۸۹\'[d]);         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题