SORT_NATURAL and SORT_FLAG_CASE for Case Insensitivity | Laravel Collection Public API: sortBy
The SORT_FLAG_CASE flag can be combined with the SORT_NATURAL flag to treat each item as a string while also ignored the case of each item. The following example shows how to use the SORT_NATURAL with the SORT_FLAG_CASE flag when sorting the...