If I have an array of items and the items are strings, can I do a binary search for a particular string?

Thanks