Additional NSArray methods added by MOKit.
Additional NSArray methods added by MOKit.
MO_longestCommonPrefixForStrings |
- ( NSString *) MO_longestCommonPrefixForStrings;
The receiving array should contain NSString objects. This method will determine the longest common prefix for all the strings in the receiver and return it.
(Last Updated 3/20/2005)