Search for ^[ \t]+ and replace with nothing to delete leading whitespace ... If all the parts in your regex are optional, it will match a zero-length string ...
確定! 回上一頁