'abcf `foo` asdjhash..`bar`.'.split('`').map((el, i) => i % 2 ? '`' + el + '`' : el) // ["abcf ", "`foo`", " asdjhash..", "`bar`", "."]