Hello
I WOULD LIKE TO CREATE AN EXPRESSION RULE THAT SUBSTITUTES ME By empty the following characters:
\ /; : â € œ | ? â € ™> <*]thanks
Discussion posts and replies are publicly visible
For example: “w]orld/;:.txt” return us “world.txt”
Yes, fn!stripwith() will do this:
fn!stripwith( "w]orld/;:.txt", "\ /; : â € œ | ? â € ™> <*]")