Replace Substring in String
It would be great if this action could handle spaces, ie search for a space and replace it with a character.
17
votes

-
Tomasz Poszytek commented
But for that you can use Regular expression action and simply provide the following rege pattern: ( )* to be replaced by nothing.
Logically thinking an empty substring (which is space) is not a string :) But for regular expressions this is not a problem. -
Anonymous commented
Agreed. I'm running into serious limitations in the product along these same lines left and right.