我需要转义的字符:/\"空格?$#*+?(([]{}空白
现在使用这个:props.text.replace(/[-[]{}()*+?.,\/^$|#s]/g, '\$&');
但以上内容无法逃脱双引号。
Characters I need to escape / " spaces ? $ # * + ? ( ) [ ] { } white space
这将是这个正则表达式/[/\"s?$#*+?()[]{}]/