You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Bug fix to listFind
listFInd (and by implication listFindNoCase) did not work for versions of Internet Explorer prior to 9 because of lack of support for array.indexOf.
Signed-off-by: David Waterston <david@davidwaterston.com>
Added 3 new functions
Added three new functions - listChangeDelims], listValueCount and listValueCountNoCase.
Signed-off-by: David Waterston <david@davidwaterston.com>