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