Hi!
I have some source code correctly indented and I need a regular expression that will replace the initial text spaces with . I don't want to use a pre tag, just replace the leading spaces. For each line the expression should replace all space characters from the beginning to the end of the string until a character different from space is reached.
Any ideas?