admin管理员组文章数量:1345086
I want to rename file name to the expected output. The problem is some user has upload file name with special characters that I cant put on replace statement. If using replace(/\W/g, '')
it will remove extension "."
My requirement is :
- replace space into "_"
- only allow alphanumeric characters, remove all special characters include "."
- maintain file .extension
Example :
var file_name = "6$.6j& Fh*^h�
本文标签:
javascriptRemove not alphanumeric characters from string without extensionStack Overflow
版权声明:本文标题:javascript - Remove not alphanumeric characters from string without extension - Stack Overflow 内容由网友自发贡献,该文观点仅代表作者本人,
转载请联系作者并注明出处:http://www.betaflare.com/web/1743801926a2541475.html,
本站仅提供信息存储空间服务,不拥有所有权,不承担相关法律责任。如发现本站有涉嫌抄袭侵权/违法违规的内容,一经查实,本站将立刻删除。
发表评论