{"ScriptPreparationCode":"var str = \u0027Abcd_efghij_klmnopqrstuv_wxy_Abcd_efghij_klmnopqrstuv_wxy_Abcd_efghij_klmnopqrstuv_wxyAbcd_efghij_klmnopqrstuv_wxy_Abcd_efghij_klmnopqrstuv_wxy_Abcd_efghij_klmnopqrstuv_wxy\u0027;","TestCases":[{"Name":"Regex","Code":"str.replace(/_/g, \u0027-\u0027);","IsDeferred":false},{"Name":"Split and Join","Code":"str.split(\u0027_\u0027).join(\u0027-\u0027);","IsDeferred":false}]}