fork(28) download
  1. class Ideone {
  2. static void main(String[] args) {
  3. def sedCommand = /sed 's\/.*value="\([^"]*\)".*\/\1\n\/g'/
  4. print(sedCommand)
  5. }
  6. }
  7.  
Success #stdin #stdout 0.88s 2252800KB
stdin
Standard input is empty
stdout
sed 's/.*value="\([^"]*\)".*/\1\n/g'