_Added in 1.9.0_ *$sorttokcs(text,C,ncra)* Sorts the tokens in text. _[[$sorttokcs]] is case-sensitive, see [[$sorttok]] for case-insensitive version._ *Parameters* table(ktable). |*Parameter*|*Description*| | text | The text to tokenize. | | C | The "ASCII":http://www.asciitable.com/ value to tokenize by. | | ncra | n = numeric sort, c = channel nick prefix sort, r = reverse sort, a = alphanumeric sort. (Default is an alphabetic sort) | *Example*
; Sort the tokens alphanumeric
//echo -ag $sorttokcs(e.D.c.b.a,46)