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

The Archive Base Latest Questions

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

Valid, and ONLY possible source string formats: (numbers and letters will vary) xxxx/xxxx/0884/11 (x

  • 0

Valid, and ONLY possible source string formats: (numbers and letters will vary)

  1. xxxx/xxxx/0884/11 (x corresponds to random letters)
  2. xxxx/xxxx/884/11   (x corresponds to random letters)
  3. 884/11
  4. 0884/11
  5. 7/11

Desired outputs after extraction (respectively):

  1. 0884
  2. 0884
  3. 0884
  4. 0884
  5. 0007

Can this be done a bit cleanly, with perhaps some regex?

  • 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-29T10:59:11+00:00Added an answer on May 29, 2026 at 10:59 am

    Blah 🙂 the generic condition is: (beginning of string OR characters than /) and after that 1 to 4 numbers, the precondition in PCRE is: ^|\w+/, numbers are: \d{1,4}.

    Joined together you will get this regexp: ~(^|\w+/)(\d{1,4})~ which can be used with preg_match() into this:

    $match = array();
    preg_match( '~(^|\w+/)(\d{1,4})~', $yourLine, $match);
    // And pad it to left side with zeros:
    $result = str_pad( $match[2], 4, '0', STR_PAD_LEFT);
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

Is it possible to declare a class in C# that is only valid to
Possible Duplicate: How do you match only valid roman numerals with a regular expression?
As detailed here among other places, the only valid characters in a html/css class
My session seems to only be valid in the current window/tab. Also it seems
Possible Duplicates: Valid use of goto for error management in C? Examples of good
Is it possible to use GTK without a valid X display? I want to
I have an application that will only stop/start services if it is run as
Possible Duplicate: @SuppressWarnings for “extends String” Why T extends String is allowed but gives
Considers me@there valid. Is not a TLD required? try { foreach (var email in
I have a valid reason for wanting to do this, but it's a long

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.