View → Demos → Name Matcher
The view shows how you can match a pair of names to see if they're the same person. Kind of. It uses a simple @Replace(@Explode(name1; " "); @Explode(name2; " ")) to see how alike the names are.
The view shows how you can match a pair of names to see if they're the same person. Kind of. It uses a simple @Replace(@Explode(name1; " "); @Explode(name2; " ")) to see how alike the names are.