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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 18, 20262026-05-18T10:14:57+00:00 2026-05-18T10:14:57+00:00

Hi All i have the following string : $sortable=’record_69#record_83#record_70##’ how i can get all

  • 0

Hi All
i have the following string :

$sortable='record_69#record_83#record_70##'

how i can get all numbers(id) from that $sortable string?
i try to do somthing like this:

preg_match_all('[0-9]', $sortable, $result, PREG_PATTERN_ORDER);
     print_r($result);

but the result is Array ( [0] => Array ( ) )
i wnat $result to be like $result[0]=69……

Thank you

  • 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-18T10:14:58+00:00Added an answer on May 18, 2026 at 10:14 am

    The pattern [0-9] takes only one number. You want to select more than one, so you have to use a quantifier :

    preg_match_all('/record_([0-9]+)#/', $sortable, $result, PREG_PATTERN_ORDER);
    

    You also need to add delimiters (/ in this case), and parenthesis to capture the numbers.

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

Sidebar

Related Questions

The following query will display all Dewey Decimal numbers that have been duplicated in
I have the following code: // Obtain the string names of all the elements
The rails books and web pages I've been following have all stuck to very
I have the following code to zip all the files and then save it
I have the following command which will loop over all the subdirectories in a
I have the following script. It replaces all instances of @lookFor with @replaceWith in
I have the following markup, and I want to make the All radio button
I have the following 3 rails classes, which are all stored in one table,
(All of the following is to be written in Java) I have to build
I have an entity named Affaire as below: [Key] public string IdAffaire { get;

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.