Hi ,
I have a field that retunes string , in it there is a section that start with # and end with # that I want to remove from the string in expression , for example current state string is :
Hello all my # name is John #
and what I want to get is this :
Hello all my
means that what ever in between the 2 # will be excluded , thx!