7. Regex property names
$_
=
'0123456789ABCDEFabcdef'
;
say
'Matched'
if
/
^
\p
{ASCII_Hex_Digit}
+
$
/
;