goosecool
Junior Member level 3
Hi all,
I am not sure if Perl is included under PC programming languages section. Anyways I have a question regarding regular expressions. I have a file with SQL insert statements. Some of the statements have three commas in a row like ,,, and I want to use regular expressions to substitute every occurance of ,,, with
,' ',' ',' ',
Any idea how to go about it?
Thanks
I am not sure if Perl is included under PC programming languages section. Anyways I have a question regarding regular expressions. I have a file with SQL insert statements. Some of the statements have three commas in a row like ,,, and I want to use regular expressions to substitute every occurance of ,,, with
,' ',' ',' ',
Any idea how to go about it?
Thanks