case '|': // Match start with value followed by optional hyphen
                    checkFunction = function (e) {
                        return (e.getAttribute(attrName).match(new RegExp('^' + attrValue + '-?')));
                    };
                    break;