I could not replace double semicolon into 2's double qu开发者_运维百科ote.
result = original_text.replace(";;", ';"";');
result = result.replace(";;", ';"";');
What is the correct code?
Is this what you want?
var a:String = "the;;quick;;brown;;fox"; trace(a.replace(/;;/g,'""')); //Use Regular Expression result : the""quick""brown""fox
 
         
                                         
                                         
                                         
                                        ![Interactive visualization of a graph in python [closed]](https://www.devze.com/res/2023/04-10/09/92d32fe8c0d22fb96bd6f6e8b7d1f457.gif) 
                                         
                                         
                                         
                                         加载中,请稍侯......
 加载中,请稍侯......
      
精彩评论