fun findNode(string: String): Trie?
fun findNode(string: ReversibleString): Trie?
Finds the node corresponding to the provided string.
string - the string to search.
string
Return the corresponding node if found, otherwise null.