diff --git a/sections/regular_expressions.pod b/sections/regular_expressions.pod index 11cfd253..988508a6 100644 --- a/sections/regular_expressions.pod +++ b/sections/regular_expressions.pod @@ -223,6 +223,7 @@ characters and the underscore: next unless $word =~ Bm/>; =end programlisting + X Use the C<\d> metacharacter to match digits: