fork download
  1. #!/bin/bash
  2. s='Bishop_Piece bishop;
  3. bishop.move()...'
  4. sed 's/Bishop\([;.]\)/bishop\1/g' <<< "$s"
Success #stdin #stdout 0s 4720KB
stdin
Standard input is empty
stdout
Bishop_Piece bishop;
bishop.move()...