PHP 8.3.31
Preview: string.rb Size: 204 B
/proc/thread-self/root/opt/alt/ruby30/share/ruby/csv/core_ext/string.rb

class String # :nodoc:
  # 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
205 B lrw-r--r-- 2024-06-26 13:55:18
Edit Download
204 B lrw-r--r-- 2024-06-26 13:55:18
Edit Download

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