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

  • Home
  • SEARCH
  • 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 6997275
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 27, 20262026-05-27T20:15:46+00:00 2026-05-27T20:15:46+00:00

I have a problem with regular expressions. I would like to match strings that

  • 0

I have a problem with regular expressions. I would like to match strings that will represent pages in URL.

I want to match strings like these:

  • article
  • article-some
  • article-some-more
  • article-some-more-text
  • a
  • a-r-t-i-c-l-e

And avoid strings like these:

  • -article
  • article-
  • article–some
  • article-some–more

So basically all I need is a string that starts with [a-z], ends with [a-z], and can have minus sign in the middle. But I need multiple minus signs.

I tried this:

^([a-z0-9]+)(\-[a-z0-9]+)*([a-z0-9]+)?$

This works now, I opened a tab with Rubular, to paste what I was trying and came up with idea and solve this problem

But anyway, is there any other, more elegant way of doing this?

  • 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-27T20:15:47+00:00Added an answer on May 27, 2026 at 8:15 pm

    You can replace 0-9 in your character classes with \d – it stands for ‘digit’ but means the same thing. You can also remove the last ([a-z0-9]+)?, it is completely unnecessary because the block immediately before it ends with the same character class. If you’re OK with capital letters too (which you may not be, you didn’t specify) you can replace the character classes with [\w\d] which means any letter (‘word character’) or digit.

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

Sidebar

Related Questions

I'd like to create a regular expression in Python that will match against a
I would like to have a regular expression that can work in a simple
I have a problem with regular expressions! How can i count html tags with
I have some strings, entered by users, that may look like this: ++7 7++
I would like to find a regular expression (regex) that does detect if you
I would like to use Vim to match a regular expression and perform a
I have a problem. I'd like to match all occurrences of \t in my
I have the following regular expression in JavaScript which matches strings like 12:23:34:45 and
I would like a regular expression, of which I will use with the Python
I am trying to write a regular expression in Python that will match either

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.