Help for this page
Select Code to Download
Select
or
download this
print "ok!\n" unless /([abc]).*\1/;
Select
or
download this
print "ok!\n" unless /(([abc]).*\2|[^abc])/;