if ( ( parsed || parser.type === 'numeric' ) && !isNaN( query ) &&
                    typeof data.cache !== 'undefined' ) {
                    cachedValue = data.cache;
                } else {
                    txt = isNaN( data.iExact ) ? data.iExact.replace( ts.filter.regex.nondigit, '' ) : data.iExact;