Why doesn't this remove leading spaces?

  1. You chose the wrong action type. You need "Replace with reg. expression" and not only "Replace"
  2. \s* would kill all spaces, I'm sure you don't want that.
    Look here