What is the output of the following code snippet: \$mystring = "[2009/02/14] The date of this article."; if(\$mystring =~ m/(\d+)/) { print "$1"; }
Reveal answer
Fill a bubble to check yourself
What is the output of the following code snippet: \$mystring = "[2009/02/14] The date of this article."; if(\$mystring =~ m/(\d+)/) { print "$1"; }