regexp

Remove spaces from list

The regexp object makes a list that expresses rules for text matching and substitution, using a format that is valid in many computer languages. For example, if you have a list of integers that you want to list with no spaces in between, you can use the substitution string %0 to replace the match with an empty string.