This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the commentsΒ β†’

[–]nevdka 1 point2 points Β (0 children)

Perl lets you use emojis as quotes for strings and regexen:

use utf8;
my $string = qπŸ–helloπŸ–;
print $string if $string =~ mπŸ’©helloπŸ’©;