Removing Asterisk in a Text

Hello Makerss. So my input has asterisk in them, how can I remove the asterisk from this and output the same text but without the asterisk?

image

1 Like

Hi @Nariesss,

For this, you can use the inline replace() function:

{{replace(text; *; emptystring)}}

You can also use the Replace module of the Test Parser, but it will take an extra operation that can be avoided.

Cheers,
Henk

4 Likes

Thank youuu! This works perfectlyy!

3 Likes