sub( r , s , t )
sub(
r
,
)
Substitute s for first match of the regular expression r in the string t . Return 1 if successful; 0 otherwise. If t is not supplied, defaults to $0. {N}
s
t