Get 40%-off on all premium templates.
Discount code auto-applied at checkout.
There are two new formula functions coming soon: padStart and padEnd. Here’s the official description:
Returns the text padded with the provided padding string at the start until the target length is reached.
These functions take 3 arguments → padStart(A, B, C)
Example: padEnd(”hello”, 10, ”U”) → helloUUUUU