fork download
  1. sed 's/<div>\(.*\)<\/div>/\1/g'
Success #stdin #stdout 0.02s 5308KB
stdin
<div>a</div><div>b</div>
stdout
a</div><div>b