Help for this page

Select Code to Download


  1. or download this
    next if match /\s+/ or match /\w+/;
    # than
    next if /\s+/ || /\w+/;