fork(1) download
  1. subject <- "Some [string] here and [there]"
  2. gsub("\\[[^][]*]", "", subject)
Success #stdin #stdout 0.24s 183680KB
stdin
Standard input is empty
stdout
[1] "Some  here and "