R

TestRegex

Backspace character

[\b]

Matches the backspace control character.

Examples

JAVASCRIPT PYTHON PCRE

Share & Embed

Use this snippet to display this token on your own site.

<!-- Embed Regex Token: [\b] -->
<code class="regex-token">[\b]</code> - Backspace character
<small><a href="https://testregex.com/cheatsheet/backspace-character">See details</a></small>