gsub( r,s,t )
gsub(
r,s,t
)
Globally substitute s for each match of the regular expression r in the string t . Return the number of substitutions. If t is not supplied, defaults to $0. {N}
s
r
t