{"ScriptPreparationCode":null,"TestCases":[{"Name":"replace","Code":"const str = \u0022.path|otherPart\u0022\r\nconst result = str.replace(new RegExp(\u0060(\\.|^)path$\u0060), \u0022\u0022);","IsDeferred":false},{"Name":"indexof","Code":"const str = \u0022.path|otherPart\u0022\r\nconst index = str.lastIndexOf(\u0022path\u0022);\r\nconst result = str.substring(index \u002B \u0022path\u0022.length, str.length);","IsDeferred":false}]}