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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 24, 20262026-05-24T10:59:07+00:00 2026-05-24T10:59:07+00:00

I have this pregmatch which allows for only numeric characters but i need to

  • 0

I have this pregmatch which allows for only numeric characters but i need to allow for the potential of one alpha character at the start of the string such as

T17900

$value = preg_replace("/[^0-9\s]/", "", $value);

EXAMPLE:

IF this is my $value = 22202-HAV.jpg

I need only 22202.

If this is my $value = T22202-HAV.jpg

I need only T22202

  • 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-24T10:59:07+00:00Added an answer on May 24, 2026 at 10:59 am
      $value = preg_replace('~^([a-z][0-9]*|[0-9]+)?.*~i', "$1", $value);
    

    basically, if the string starts with a letter + some digits or just digits, keep this part and delete the rest.

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

Sidebar

Related Questions

I have this code i have been using....but i need a conditional where it
I have this script through which I can change my LDAP password but I
I have this idea for a free backup application. The largest problem I need
I have a string like this ch:keyword ch:test ch:some_text I need a regular expression
I have this huge RegEx for matching credit cards numbers. But its PCRE. Works
I have a Joomla plugin (not important in this context), which is designed to
So I have this script that will rotate images located in a directory, which
I have a string which looks something like this: $fetched = name=myName zip=420424 country=myCountry;
What I'm currently doing is this: I have a $path variable, which is everything
I have a test string which is something like this: digit{digit}digit I want to

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.