PHP 8.3.31
Preview: string.rb Size: 194 B
/proc/thread-self/root/opt/alt/ruby40/share/gems/gems/csv-3.3.5/lib/csv/core_ext/string.rb

class String
  # Equivalent to CSV::parse_line(self, options)
  #
  #   "CSV,data".parse_csv
  #     #=> ["CSV", "data"]
  def parse_csv(**options)
    CSV.parse_line(self, **options)
  end
end

Directory Contents

Dirs: 0 × Files: 2

Name Size Perms Modified Actions
195 B lrw-r--r-- 2026-05-21 12:15:23
Edit Download
194 B lrw-r--r-- 2026-05-21 12:15:23
Edit Download

If ZipArchive is unavailable, a .tar will be created (no compression).