Bitwise AND

v = bit.band(w1, ...)
v = bit.band(txt)

Returns for the bitwise AND of all the words w1...wn, or the string txt.