How to sort the array split by the `split` filter according to custom rules?
In website operations, we often need to handle various data, sometimes these data are stored in a string in a specific format.AnQiCMS (AnQiCMS) provides powerful template tags and filters, making content display flexible and efficient.Among them, the `split` filter is a very practical tool that can split a string into an array according to a specified delimiter, making it convenient for us to traverse and display the data further.However, when we split the string into an array, we sometimes encounter the need to sort these array elements.