R

TestRegex

A single character of: a, b or c

[abc]

Matches either an a, b or c character

Examples

Match Sample:
a bb ccc
Regex Example:
[abc]+
JAVASCRIPT PYTHON PCRE

Share & Embed

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

<!-- Embed Regex Token: [abc] -->
<code class="regex-token">[abc]</code> - A single character of: a, b or c
<small><a href="https://testregex.com/cheatsheet/a-single-character-of-a-b-or-c">See details</a></small>