fork(1) download
  1. gsub("–", "ABC", "reported – estimate")
  2. gsub("[-–—]", "ABC", "reported – estimate — more - text")
Success #stdin #stdout 0.48s 79168KB
stdin
Standard input is empty
stdout
[1] "reported ABC estimate"
[1] "reported ABC estimate ABC more ABC text"