fork download
  1. text = 'text data-content="abc123" string'
  2. puts text.gsub(/\s*data-content="[^"]*"/, '')
Success #stdin #stdout 0.01s 6164KB
stdin
Standard input is empty
stdout
text string