Hacker News new | ask | show | jobs
by jandrese 2175 days ago
Well sure, there are tons of ways to do this in other languages. :)

Perl for example was made for problems like this.

   perl -ne 'print if ( s/^### ?// )'