How to search for occurences of more than one space between words in a line
1. this is a line containing 2 spaces
2. this is a line containing 3 spaces
3. this is a line containg multiple spaces first second three four
All the above are valid matches for this regex. What regex should I use?