How to detect double and triple spaces?

How can detect I double and triple spaces? It’d be great if we can exclude the case if the space is more than 4 because then it would be intentionally added.

The following regular expression will detect those segments:
"[^[:space:]][:space:]{2,3}" -"[:space:]{4,}"

Search mode: Regular Expressions
Powersearch: On.