HomeAboutMeBlogGuest
© 2025 Sejin Cha. All rights reserved.
Built with Next.js, deployed on Vercel
📌
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)