Help for this page

Select Code to Download


  1. or download this
    /("[^"]*"|[^\s"]+)/g;
  2. or download this
    sub split_text {
      $_[0] =~ /("[^"]*"|[^\s"]+)/g;
    }
    ...
    "Hi, how are you?"
    I
    laughed.