We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
"string-ins":function(a,b){ a = a.toLowerCase(); b = b.toLowerCase(); if (a<b) return -1; if (a>b) return +1; return 0; }