Skip to main content
3 of 5
added 25 characters in body
elcaro
  • 321
  • 1
  • 4

Perl 5 and Perl 6, 23 bytes 13 bytes

6-grep '.','' 

Perl 5 grep first op is always treated as a regex, not so in Perl 6.

elcaro
  • 321
  • 1
  • 4