Regex & Text
Regex Whitespace
Choose a whitespace token that matches the actual input: all whitespace, horizontal spacing, a specific newline convention, or only surrounding whitespace.
Published
Choose by intent
Whitespace matcher matrix
Start from what must match. Each choice loads a real pattern and the same mixed whitespace sample into Regex Tester.
Choose precisely
What changes the match
It also includes tabs and line terminators.
Use the explicit class for horizontal spacing only.
The carriage return is optional; the newline is required.
Use multiline mode when trimming every line independently.
Practice with the full tool
Test your whitespace pattern
Use your own text to verify spaces, tabs, line endings and surrounding whitespace.