Help for this page

Select Code to Download


  1. or download this
    @list = $string =~ /"[^"]+"|\S+/g
  2. or download this
    @list = grep defined, $string =~ /"([^"]*)"|(\S+)/g;