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

The Archive Base Latest Questions

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

Is there a built in function or a function that someone has already written

  • 0

Is there a built in function or a function that someone has already written that can match names without being exact?

For example, I have:

Marry
John
Steve
Steven
Stewie

If someone types “stew” the function would return Stewie.
Or if someone types “ry” the function would return Marry.
Or if someone misspells “Marries” the function would still return Marry. (due to being the most similar of them all)
If “Ste” is supplied it can return false but it doesn’t really matter to me.

Does anyone know how to write this sort of function or know of one already written? Seeing as this is probably a common thing, I would assume so.

Thanks.

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

    Actually there are some methods to achieve this:

    Built-In methods

    • Levensthein distance
    • Similarity calculation
    • Sound specific algorithms: see soundex and metaphone
    • PSpell (dicitionary based)

    Not Built in methods

    • LCS Longest common subsequence
    • Letter N-Grams (used sometimes for spellchecking)
    • Levensthein automaton
    • Word lists (just for completeness)

    One of those should help you to solve your problem.

    The problem of every of those algorithms is that they are not accurate. So you will have a heuristical solution to the problem.

    Usually there are pro and cons between distance and sound algorithms. Sound specific algorithms are less accurate(round about 33% accuracy). But fast. Levensthein is much more accurate but slow. At least the php implementation. There are other systems where Levensthein is faster by a large margin (see e.g. Levensthein Automata. But this automata algorithm is not built in in php).

    Probably as a basic hint:

    • If you have much unique terms to compare against dont use Similar_text or Levensthein stick with Sound algorithms
    • If you have a pretty small set use Levensthein.
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

Is there a built-in function/method that can check if a given string is a
Firstly, I was wondering if there was some kind of built in function that
Is there a built in function in .NET 2.0 that will take two arrays
Is there anyway I can build a Select statement that uses the Contains function?
I have a string that looks like this: Name1=Value1;Name2=Value2;Name3=Value3 Is there a built-in class/function
Are there any built-in functions in .Net that allow to capitalize strings, or handling
Hey, is there any built in functions or something like that in php that
Is there a built in function equivalent to .NET's Guid.NewGuid(); in Cocoa? My desire
Is there a built-in function for converting a string array into a dictionary of
Is there a built-in function for PHP for me to check whether two arrays

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.