Longest string

Finding the longest string in a sequence of strings
The following methods will return all longest strings, except order sequence which will only get one of the longest. However, timings show that the later is the fastest on this example.

1. setup

i

5. bang