Open mapomatic opened 7 years ago
yes
I actually thought this was already a thing. Would be awesome to be able to recognize common misspellings (though some kind of confirmation if the regex was used might be good in case of mis-matches).
If you need any help with regexes I became a defacto expert in their use in one of my previous jobs so feel free to ask me if you have trouble with one
Thanks @StormeHawke! I've got a little bit of regex experience but certainly wouldn't consider myself an expert. Will most likely be in contact with you soon ;)
yeah, just give me a place name and what variations you want to recognize and I can build a regex.
Also this is a useful tool for testing them http://myregexp.com/index.html
On Thu, Jan 19, 2017 at 12:22 PM, mapomatic notifications@github.com wrote:
Thanks @StormeHawke https://github.com/StormeHawke! I've got a little bit of regex experience but certainly wouldn't consider myself an expert. Will most likely be in contact with you soon ;)
— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub https://github.com/WazeUSA/WME-Place-Harmonizer/issues/94#issuecomment-273839970, or mute the thread https://github.com/notifications/unsubscribe-auth/AAg_q6-RoG-CqEV4Wm7i_hHy9-7Jo5nEks5rT5vLgaJpZM4Lncic .
Regular expressions allow much more advanced pattern matching, and can also be used to exclude similar names when naming collisions would normally occur.