{"ScriptPreparationCode":"var string = \u0027 fsajdf asdfjosa fjoiawejf oawjfoei jaosdjfsdjfo sfjos 2324234 sdf safjao j o sdlfks dflks l \u0027","TestCases":[{"Name":"replace white space","Code":"string.replace(/\\s\u002B/g, \u0027\u0027)","IsDeferred":false},{"Name":"remove special characters","Code":"string.replace(/[^a-zA-Z0-9]/g, \u0027\u0027)","IsDeferred":false}]}