fork download
  1. ovl <- c("well [yes right]", "let's go", "oh [ we::ll] i do n't (0.5) know", "erm [°well right° ]", "(3.2)")
  2. unlist(regmatches(ovl, gregexpr("\\[[^][]*]", ovl)))
Success #stdin #stdout 0.19s 183808KB
stdin
Standard input is empty
stdout
[1] "[yes right]"     "[  we::ll]"      "[°well right° ]"