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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 26, 20262026-05-26T23:21:57+00:00 2026-05-26T23:21:57+00:00

This is probably a very easy question for those who know regular expressions. What

  • 0

This is probably a very easy question for those who know regular expressions.

What is the regular expression to extract a substring that consists of 4 digits, then a hyphen, and then 5 more digits?

For example, in this string

I would like to extract 1234-66677 from this string

I want to get the “1234-66677” part.

It’s always the same structure: 4 digits, hyphen, 5 digits.

  • 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-26T23:21:58+00:00Added an answer on May 26, 2026 at 11:21 pm

    Use this

    /\b\d{4}-\d{5}\b/
    

    \b are word boundaries, if you don’t use them it will also match on longer digits like e.g. “123456-123456789”

    See it here online on Regexr

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

Sidebar

Related Questions

I know this is probably a very simple question but how would I do
This is probably a very easy question to answer, but for the life of
This is probably a very easy question. Hey I'm a student and relatively new
Probably this is a very easy question, but I did not find yet how
This probably very easy when you know how, but I don't :) I'm trying
I know this is probably very easy, but I want to add sprites in
This is a very basic question with probably an easy answer. Let's say I
I'm afraid this is probably a very embarrassingly easy question - but my mind
This is probably a very easy question, but I never really did web... so
This is probably a really easy question, it's just very hard to google a

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.