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 8386971
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 9, 20262026-06-09T18:05:17+00:00 2026-06-09T18:05:17+00:00

The following command works in Ruby 1.9.3p194 > %w(a b c).grep(/a/) { |v| v.upcase

  • 0

The following command works in Ruby 1.9.3p194

> %w(a b c).grep(/a/) { |v| v.upcase }
 => ["A"] 

But if any element in the array has a slash in it, a SyntaxError is thrown:

> %w(a/ b c).grep(/a/) { |v| v.upcase }
SyntaxError: (irb):41: syntax error, unexpected tMATCH
%Q/a// =~ /a/

I’m assuming I’m using grep incorrectly but the error I’m getting is really confusing. Why does it throw this error, and what is the proper way to find an element in an array based on a regex?

Update:

Select gives me what I want, but I’m still curious what grep is for…

> %w(a/ b c).select {|v| v =~ /a/ }
=> ["a/"]
  • 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-06-09T18:05:18+00:00Added an answer on June 9, 2026 at 6:05 pm

    Turns out it’s neither Ruby nor Rails, but a gem called awesome_print which is monkey patching Ruby’s grep method. I was using an old version which must have had some bugs. Upgrading to the latest version 1.0.2 fixes the issue.

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

Sidebar

Related Questions

When I use the following code in command prompt, it works fine. But when
I have the following awk command which works perfectly: awk 'BEGIN { ORS =
I added following command to Sessions -> Startup program but it didn't work. I'm
Following command will let me know the names of databases. $ mysqlshow But how
I am using following command for start the production server. nohup ruby script/server webrick
I have the following Ruby script that creates a Debian package, which works fine:
I am using Capistrano to deploy an app. The following command works if I
I'm attempting to execute the following bash command on some images using Ruby: class
I have the following command: ruby SaveAllDatabases.rb 192.168.0.15 1024 -r #0-D --non-interactive It's a
The following curl command works as expected: curl 'https://graph.facebook.com/oauth/access_token?grant_type=client_credentials&client_id=myappid&client_secret=myclientsecret' I want to do the

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.