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

The Archive Base Latest Questions

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

Using the Laravel framework I need to check the value of a submitted field

  • 0

Using the Laravel framework I need to check the value of a submitted field against a set of valid values.

The problem is Laravel uses the | character to separate validation rules belonging to a field.

This does not work, it throws a

“preg_match: No ending delimiter ‘/’ found”:

'my_field' => 'match:/^(value1|value2|different value|yet another)$/'

How does one escapes the | character in this case if the \ character does not help?

  • 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-12T18:09:06+00:00Added an answer on June 12, 2026 at 6:09 pm

    The answer, essentially, is that you cannot use a pipe if you’re specifying all the rules in one string like you’re trying to do. The pull request that m.buettner mentioned was closed. However, Tayler Otwell mentioned an alternative method you can use: specify the rules in an array. An example of this would be:

    $rules = array(
        'field' => array('size:5', 'match:/foo|bar/')
    );
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I just started using Laravel. When I use codeigniter or zend framework, I can
Hi I am using Laravel PHP framework on CentOS 6.3. I have PostgreSQL 9.1
I currently have an application that is built w/ PHP/MySQL using the Laravel Framework
using VB.Net2010 I need to call a C# DLL The problem I have is
Hello i started using Laravel framework for my Facebook apps lateley and i created
I am using Laravel PHP framework's Fluent query builder to move rows from one
new to Laravel (coming from Java spring), while using Route::get('/', function() { return Hello
I am experiencing a fatal error while using artisan on the (fantastic) Laravel PHP
Using InteliJ IDEA , I am trying to set up multiple projects to run
Using mercurial, I've run into an odd problem where a line from one committer

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.