Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 535001
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 13, 20262026-05-13T09:40:15+00:00 2026-05-13T09:40:15+00:00

I like to join an array resulting in an ‘English list’. For example [‘one’,

  • 0

I like to join an array resulting in an ‘English list’. For example ['one', 'two', 'three'] should result in 'one, two and three'.

I wrote this code to achieve it (assuming that the array is not empty, which is not the case in my situation)

if array.length == 1
  result = array[0]
else
  result = "#{array[0, array.length].join(', ')} and #{array.last}"
end

But I was wondering whether there exists some ‘advanced’ join method to achieve this behaviour? Or at least some shorter/nicer code?

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-13T09:40:15+00:00Added an answer on May 13, 2026 at 9:40 am

    Such a method doesn’t exist in core Ruby.

    It has been implemented in Rails’ Active Support library, though:

    ['one', 'two', 'three'].to_sentence
    #=> "one, two, and three"
    

    The delimiters are configurable, and it also uses Rails’ I18n by default.

    If you use ActiveSupport or Rails, this would be the preferred way to do it. If your application is non-Railsy, your implementation seems fine for English-only purposes.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

Can i join two tables using LINQ for NHibernate like I can do in
Can/Should I use a LIKE criteria as part of an INNER JOIN when building
I'm using RealURL on a site where I would like to join two tables
I have an array of instances of e.g. class Result, I want to join
I have an array and filled its values like that: $('#list input:checked').each(function() { deleteRecordIdsStr.push($(this).attr('name'));
I have two tables, Foo and Bar, I'd like to join them together so
I would like to do something like join with an Array , but instead
I found and adapted an example which scans an array for an entry like
I have a <pre> & <code> tag which looks like: <pre><code>somevar = array.join("-") somevar.split("-")
I'd like to join on a subquery / derived table that contains a WITH

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.