CompactWhiteSpace
Returns a string with whitespaces compacted.
- Use
Regexp.ReplaceAllString()
with a regular expression to replace all occurrences of 2 or more whitespace characters with a single space.
Returns a string with whitespaces compacted.
Regexp.ReplaceAllString()
with a regular expression to replace all occurrences of 2 or more whitespace characters with a single space.