The manual for BBEdit has all the GREP rules.
\b is a border between a word and a non-word.
\w is any word character (a-z, A-Z, 0-9, _, and some 8-bit characters)
So I believe you want to use this:
\b\w\w\w\w\b
If that ain't right, then read the PDF manual for BBEdit.