Help for this page
m/(?(?=Z|Y)[Z]|[Y])/
(?(DEFINE) (?<NAME_PAT>....) )
print "Yes" if $string =~ m/(?(?=')'[^']|) (?(?=")"[^"]|)/x;
m/(?:'[^']|"[^"])/