#!/bin/bashecho "COM, DLX, BE4, BE2 and RS" | sed -E 's/.*\<(COM|DLX|BE4|BE2|RS)\>/ALPHA BETA GAMMA &/'
Standard input is empty
ALPHA BETA GAMMA COM, DLX, BE4, BE2 and RS
The brand new service which powers Ideone!
Widget for compiling and running the source code in a web browser!