I\'d like to be able to search
/the\\b
to find \"the\" but not \"then\".
I also tried searching with very magic turne
Use \< and \> for word start and word end, respectively.
\<
\>
E.g. In your specific case you would use:
/the\>/