Removing a Backtick - Text Parser or the Replace Function

HI there IntegroMakers :cowboy_hat_face:

I’m trying to remove a Backtick (`) from the beginning of a string and no matter what i can’t remove it: :spider:

The input is:`Makers

Using the replace Function:

Returning: `Makers

Using “” gives the same result
image

I trying to use the Text Parser: Replace Module with Regex but getting “nullMakers”
image

Best if I could simply use the Replace function… This backtick is so stubborn… :stuck_out_tongue_closed_eyes: :spider: :spider: :spider: :spider: :spider: :spider:

In the last parameter of the built-in replace function, you need to use   {{emptystring}}
Screenshot_2023-12-01_161216

You cannot omit or leave it empty as it is a required parameter.

For more information, see https://www.make.com/en/help/functions/string-functions#replace--text--search-string--replacement-string-

1 Like

Another Bingo @samliew :partying_face:

IF only it was written in the link that we need to use {{emptrystring]}} :face_with_peeking_eye:

If you want to learn more about Make, you can read up in the Help Center. I also recommend doing the tutorials in the Make Academy, and learn advanced skills like how to make custom apps to any API in the Make Partner Training Portal - both have certificates for successful completion.

1 Like