local sandbox = {} function sandbox.trx( str ) return mw.ustring.gsub( str, '0', 0x9e6 ) end -- trx() return sandbox