Help for this page

Select Code to Download


  1. or download this
    $_ = "'foo',123,'bar\\'cuz', 'comma,comma',,'void'";
    while(/('(.*?)'|([^']*?))($|,\s*)/g)
    ...
    >
    >void
    >
    
  2. or download this
    $_ = "'foo',123,'bar\\'cuz', 'comma,comma',,'void'";
    
    ...
    <
    <
    <