In a given string I'd like to replace several characters by another one. Is it possible with String Parser to do that in a single event in replacement of the 3 events below?
With the wildcard option enabled I've tried to use the code below without success. I think I'm missing something, or maybe the multi-character matching operator * doesn't work this way.Code:String Parser Set source string to replace$( "String Parser", "a", "$") String Parser Set source string to replace$( "String Parser", "b", "$") String Parser Set source string to replace$( "String Parser", "c", "$")Code:String Parser Set source string to replace$( "String Parser", "a*b*c*", "$")




Reply With Quote











