in reply to Re^7: regex match unicode characters in ascii string
in thread regex match unicode characters in ascii string
while ( ${$ref}{$k}{'DIRTYDATA'} =~ /(Group|Role)\:\s+([\x00-\x7f]*)/g + ){ ${$ref}{$k}{$1} = $2; } print "\n\nThis is the Group Name: " . ${$ref}{$k}{Group}; print "\nThis is the Role Name: " . ${$ref}{$k}{Role};
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^9: regex match unicode characters in ascii string
by poj (Abbot) on Jan 27, 2017 at 22:17 UTC | |
by 3dbc (Monk) on Jan 27, 2017 at 22:40 UTC |