Can anyone suggest the simplest/most efficient way to add spaces into a 16-digit (credit card) number, if not already present, so that
1234123412341234
is changed to 1234 1234 1234 1234
Regex does not seem to help here!
1234123412341234
is changed to 1234 1234 1234 1234
Regex does not seem to help here!
Comment