nameTokens

val nameTokens: (String) -> List<String>

Split the name in tokens. Any character that is not a alphanumeric character is a separator (e.g. (space), -, !, 🤣 and so on)