{"ScriptPreparationCode":null,"TestCases":[{"Name":"replace regex","Code":"\u0022replace all spaces a b c d e f g h i j k l m n o p q r s t u v w x y z\u0022.replace(/ /g, \u0022\u002B\u0022);","IsDeferred":false},{"Name":"replace All","Code":"\u0022replace all spaces a b c d e f g h i j k l m n o p q r s t u v w x y z\u0022.replaceAll(\u0022 \u0022, \u0022\u002B\u0022);","IsDeferred":false}]}