You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
find_longest_common_prefix returns the longest string common at the start of any two strings in the passed list.
In the event that an empty list, a list containing one string, or a list of strings with no common prefixes is passed, the empty string will be returned.