\s(?=\d)
\s+(?=\d)
(?<=\d)\s
(?<=\d)\s+
Use [ ] instead of \s to match a space instead of [\r\n\t\f\v ]