1) If I am running a find and replace in SQL 2005 - what would be the regular expression to find tab and space sequences ( or space and tab sequences ) and replace them with just tab?
2) If I have a line which begins with a space - is there a regular expression to convert that leading space to a tab?
3) What would be the regular expression to remove all of the spaces before a CR/LF in a SQL statement?
TIA for the help - I know this will be trivial to most of you, Doug