{"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;\r\nvar regex = new RegExp(/^(.*)\\s*\\b(\\w\u002B)\\W*$/);","TestCases":[{"Name":"Regex","Code":"regex.exec(str);","IsDeferred":false},{"Name":"Split and Join","Code":"foo = str.split(\u0027 \u0027);\r\nlast = foo[foo.length - 1];\r\n\r\nresult = [foo.slice(0, foo.length - 1).join(\u0027 \u0027), last]\r\n","IsDeferred":false}]}