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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 25, 20262026-05-25T18:48:01+00:00 2026-05-25T18:48:01+00:00

I am trying to create a PHP REGEX that will match if two words

  • 0

I am trying to create a PHP REGEX that will match if two words appear next to each other with ANY number of spaces between them.

For example, match “Daniel   Baylis” (3 spaces between ‘Daniel’ and ‘Baylis’). I tried with this but it doesn’t seem to work:

"/DANIEL[ ]{1,5}BAYLIS/" (this was to check up to 5 spaces which the most I expect in the data)

and

"/DANIEL[ ]{*}BAYLIS/"

I need to extract names from within larger bodies of text and names can appear anywhere within that text. User input error is what creates the multiple spaces.

Thanks all! – Dan

  • 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-25T18:48:02+00:00Added an answer on May 25, 2026 at 6:48 pm

    /DANIEL[ ]+BAYLIS/ should do… + will glob one or more occurence of the previous character(-class), in this case, litteral space.

    Also, assuming you want to match regardless of the case, you’ll need to adjust your regex to be case-insensitive, which I’m not sure how to do in PHP (it depends on which flavor of regex you use… Long time since I last touched that…)

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

Sidebar

Related Questions

I'm trying to create a PHP script that will return some details of each
I'm trying to create a generic class in PHP that will provide a way
I'm trying to create an PHP object that can load objects in other files
I am trying to create a PHP script that will create a calendar event
I am trying to create a php script that will retrieve the WOW factor
Hi I am trying to create a regex that will do the following grab
I'm trying to create a php script that will handle a mailing list for
I'm trying to learn Regex & URL Rewriting in PHP. How can I create
I am trying to create a php file that adds a user and create
I'm trying to create system users with a php script securely, In that, I'd

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.