remove extra spaces
parent
25333856d6
commit
70c520853c
|
@ -26,6 +26,7 @@
|
|||
gsub("\\[.*\\]", "")
|
||||
gsub("SB:", "")
|
||||
gsub("^ *", "")
|
||||
gsub(" +", " ")
|
||||
|
||||
s = gensub("^([0-9]*) ", "\\1|", "g", $0)
|
||||
#print s
|
||||
|
|
Loading…
Reference in New Issue