I have a text which randomly contains some numbers and I want to find them and separate thousands.
Input
Some random text 123456 and other text 987654 etc.
Output
Some random text 123 456 and other text 987 654 etc.
Any help would be appreciated.