remove extra spaces

master
melvin 2013-02-15 14:23:21 +08:00
parent 25333856d6
commit 70c520853c
1 changed files with 1 additions and 0 deletions

View File

@ -26,6 +26,7 @@
gsub("\\[.*\\]", "")
gsub("SB:", "")
gsub("^ *", "")
gsub(" +", " ")
s = gensub("^([0-9]*) ", "\\1|", "g", $0)
#print s