That simplifies it greatly:
\s+
Yep, which goes back to being a lot like my earlier suggestion, \s{1,10} , it just lacks the upper bound of 10 I was using.
I generally don't like to use + or * unless I really want SA to be able to bridge a very long gap, but that's really just a personal preference