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?

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?

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
Thank youuu! This works perfectlyy!