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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 31, 20262026-05-31T06:18:45+00:00 2026-05-31T06:18:45+00:00

I found an interesting singularization class that works pretty okay, but I ran into

  • 0

I found an interesting singularization class that works pretty okay, but I ran into an issue and as I’m not very clued up with regular expressions can’t seem to figure out how to fix this.

Given the following:

private static readonly IDictionary<string, string> Singularizations =
    new Dictionary<string, string>
        {
            {"people", "person"},
            {"oxen", "ox"},
            {"children", "child"},
            {"feet", "foot"},
            {"teeth", "tooth"},
            {"geese", "goose"},                    
            {"(.*)ives?", "$1ife"},                    
            {"(.*)ves?", "$1f"},
            {"(.*)men$", "$1man"},
            {"(.+[aeiou])ys$", "$1y"},
            {"(.+[^aeiou])ies$", "$1y"},
            {"(.+)zes$", "$1"},                    
            {"([m|l])ice$", "$1ouse"},
            {"matrices", @"matrix"},
            {"indices", @"index"},
            {"(.+[^aeiou])ices$","$1ice"},
            {"(.*)ices", @"$1ex"},
            {"(octop|vir)i$", "$1us"},
            {"(.+(s|x|sh|ch))es$", @"$1"},
            {"(.+)s", @"$1"}
        };

If I test against the word “Levels”, it returns “Lefls”, basically failing to match the word on: {"(.*)ves?", "$1f"}

Is there any way that I can add a new rule to this for levels? I’ve tried adding {“(.*)els?”, “$1f”} but the regular expression validator just skips over this.

Updated Note:
Thanks for all the feedback, I had a look at the new PluralizationService but this is specific to .Net 4.0 and my client will not be upgrading from 3.5 any time soon so had to find another way around 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-31T06:18:46+00:00Added an answer on May 31, 2026 at 6:18 am

    I think the issue is that (.*)ves? should have a $ at the end, so it’s not matching the levels part of levels.

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

Sidebar

Related Questions

I've always found it interesting that in JavaScript you can actually extend functions into
I found an interesting issue that confused me. I noticed it when I use
I found an interesting bug in a program that I implemented somewhat lazily, and
I have found an interesting issue in windows which allows me to cause the
I found a very interesting memory leak detector by using Visual C++. http://www.codeproject.com/KB/applications/visualleakdetector.aspx I
Found interesting thing while compile the following piece of code: 1 class A {
I found this interesting tutorial that explains the concept of view bean with some
I found this interesting question about converting numbers into words: Code Golf: Number to
I've found an interesting problem in my WPF app related to a MultiDataTrigger not
In this thread I found some interesting moment, If class uses only as superclass

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.