====== Space before or after a number ====== \s(?=\d) \s+(?=\d) (?<=\d)\s (?<=\d)\s+ Use **[ ]** instead of **\s** to match a space instead of **[\r\n\t\f\v ]**
\s(?=\d)
\s+(?=\d)
(?<=\d)\s
(?<=\d)\s+