Help for this page

Select Code to Download


  1. or download this
    # assuming $_ has the string
    #234567890123456 => 16 characters
    /\d/*/^[\d.-]+$/
    
  2. or download this
    #23456789012345678 => 18 characters
    /\d/*/^([\d.-]+)$/