Check if an array with strings and floating contains a string

Perhaps this is the fastest:

any( x -> isa(x,String), array )
4 Likes