Home
AboutMe
Blog
Guest
SignIn
📌
hkob's Notion
/
ℹ️
逆引きFormula 2.0
/
slice()
slice()
description
slice
for strings in Formula 1.0 is converted to
substring
function.
broken!
broken!
Formula 1.0
slice(prop("Name"), 1, -1)
Formula 2.0
substring(prop("Name"), 1, -1)