That finishing space is completely extraneous... the \b at the front basically is as well.
Space is not a word char, so will be just fine if left alone. The \w at the beginning is basically implying \b, since it will only start to match where a word char is.
- Ant
- Some of my
best work - (1 2 3)