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

The Archive Base Latest Questions

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

Using PHP PCRE regular expressions I want to extract the centre part of a

  • 0

Using PHP PCRE regular expressions I want to extract the centre part of a string where the parts either side may or may not occur. I.e.

n bedroom property type in some town

I want to extract ‘property type’ using one regular expression. I do not know all the possibilities for property type but what is consistent is the start bit (its always ‘\d bedroom’) and the end bit (its always ‘in some town’). Also, either the start or end bits (or both) may not be present.

I.e. the subject strings could be one of …

6 bedroom ground floor flat in Edinburgh

house in Manchester

3 bedroom apartment

So want to extract ‘ground floor flat’, ‘house’, and ‘apartment’ respectively.

Something like this (which doesn’t quite work)….

(\s*\d+\s+bedrooms?\s*)?(.*?)(\s+in)?
  • 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:57:37+00:00Added an answer on May 25, 2026 at 6:57 pm

    Add anchors to your regex and declare first ant last group to be not captured:

    /^(?:\s*\d+\s+bedrooms?\s*)?(.*?)(?:\s+in\s.*)?$/
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

Using PHP Regular Expression I want to extract some value from code <?xml version=1.0
I'm trying to write a regular expression using the PCRE library in PHP. I
Using PHP, what's the fastest way to convert a string like this: 123 to
Using PHP, I am trying to delete a record, but I want to check
Using Php I would like to extract the current Url of a page including
Using php/html, I want to retrieve email addresses (plus other information) from MySQL and
Using PHP's ReflectionClass. Is this possible? I want to get a list of methods
Using PHP, given a string such as: this is a <strong>string</strong> ; I need
Using PHP I want to do millions of 2^n exponentiation but so far I
Using php or javascript I want to get the title of the page Any

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.