Help for this page

Select Code to Download


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