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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 26, 20262026-05-26T00:00:35+00:00 2026-05-26T00:00:35+00:00

Would like to extract an amount in the following string: £5000 per Night –

  • 0

Would like to extract an amount in the following string:

£5000 per Night - 1 bedroom - Serviced Apartment

Any idea on how to do it using preg match all ?

I’m using this pattern:

preg_match_all("|£(\d)|U",$string,$matches);

but it only fetches 5 instead of 5000

what if it’s £15,000 could be extract it with the comma ?

thx for helping,

Stephane

  • 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-26T00:00:35+00:00Added an answer on May 26, 2026 at 12:00 am

    Use \d+ instead of \d. Otherwise, it’ll only match a single digit. + means ‘one or more’.

    preg_match_all("|£(\d+)|U",$string,$matches);
    

    (For more details on how repetition works in regular expressions, see this page.)


    An expression that allows commas as well, and makes sure that they aren’t in weird spots (e.g. ,500):

    preg_match_all("|£(\d+(?:,\d+)*)|U",$string,$matches);
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I have the following snippet where I would like to extract code between the
I would like to extract some text between two points in a string, in
I would like to extract first number, found in a path string. Some examples
I would like to extract incoming mail's attachment using bash or python or any
I would like to extract the href value (without any library), how can I
I would like to extract sub-string between certain two words using java. For example:
Given strings like the following: sdfsd34 sdfdsf1 I would like to extract: 34, 1
For the string value ABCD_12 (including quotes), I would like to extract only the
I would like to extract the date a jpg file was created. Java has
I would like to extract from a general HTML page, all the text (displayed

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.