an invisible control character
Matches an invisible control character. It finds the match anywhere inside the text. There are no capture groups.
Pattern
/[\x00-\x1F]/- Match scope
- anywhere inside the text
- Capture groups
- 0
- What it catches in the first example
- \0
Try it yourself
Type any text and the parts this expression catches are highlighted. It runs in your browser and is never sent anywhere.
a