Extracted from Pike v7.3 release 45 at 2002-06-04.
pike.roxen.com
[Top]
Array

Method Array.lyskom_sort_func()


Method lyskom_sort_func

int Array.lyskom_sort_func(string a, string b)

Description

Sort comparison function that does not care about case, nor about the contents of any parts of the string enclosed with '()'

Example: "Foo (bar)" is given the same weight as "foo (really!)"