Help for this page

Select Code to Download


  1. or download this
     my @got = $search_c =~ /^(?!\w)|(\.[^.]+)$/ig ? [] : split //, $strin
    +g
    +_c;
    
  2. or download this
    my @got = $string_c =~ /^(?!\w)|(\.[^.]+)$/ig ? [] : split //, $string
    +_c;