Is substring function working with numbers?

Welcome to the Make community!

You can use this built-in function, to always guarantee that the text string always begins with your chosen string.

  • replace
    replace(text; search string; replacement string)

Here’s an example of how you can use this function:

549{{replace(8.phone; "/^549/"; emptystring)}}

(copy-paste the above into the field, or type it exactly as shown)

e.g.:
image

Hope this helps! If you are still having trouble, please provide more details.

@samliew
P.S.: investing some effort into the tutorials in the Make Academy will save you lots of time and frustration using Make!