Help for this page

Select Code to Download


  1. or download this
    @ok = grep !/[^a-zA-Z0-9.:]/, @list;
    
  2. or download this
    @ok = grep /^[a-zA-Z0-9.:]*\z/, @list;