Help for this page
if ( $oldValue =~ m|(\d+)| ) { $newValue = $1; }
$newValue=(split("_",$oldValue,2))[1]