R

TestRegex

Octal character ddd

\ddd

Matches the 8-bit character with the given octal value.

Examples

Match Sample:
ocal escape!
Regex Example:
\041
JAVASCRIPT PYTHON PCRE

Share & Embed

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

<!-- Embed Regex Token: \ddd -->
<code class="regex-token">\ddd</code> - Octal character ddd
<small><a href="https://testregex.com/cheatsheet/octal-character-ddd">See details</a></small>