Perl Unicode Cookbook: Match Unicode Properties in Regex
℞ 25: Match Unicode properties in regex with \p, \P Every Unicode codepoint has one or more properties, indicating the rules which apply to that codepoint. Perl’s regex engine is aware of these properties; use the \p{} metacharacter sequence to…