Hi, Some file name with foreign character like à è ì ò ù À È Ì Ò Ù. Want to replace with others and for this str.replace(/à/g, '1OeL1') use this js function but this function can't…
Thanks for your reply. actually no changed after applied. File name:Testà è ì.png 0: Testà è ì.png str.replace(/\à/g, '1OeL1'); 1: Testà è ì.png Is there any other way?
