I need a regex which helps me searching through the database.
It should be able to do:
- In word searching. Example: ell => Hello, Yello, Mellt, ....
- Similar words: Example: gold => hold, golt, cost, ...
Is this possible to do with a regex?
If yes how does this regex look like?
Regards