Help for this page
my $text = "<Master ID='42' NameU='foo\nbar'"; if ($text =~ /<Master ID='.*?' NameU='(.*?)'/s) { print "'$1'\n"; }
'foo bar'