you could split it by the space, then skip the first object, and join the rest again using spaces. join(skip(split(<string>, ' '),1), ' ').
確定! 回上一頁