R

TestRegex

A character except: a, b or c

[^abc]

Matches any character except for an a, b or c

Examples

Match Sample:
Anything but abc.
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 character except: a, b or c
<small><a href="https://testregex.com/cheatsheet/a-character-except-a-b-or-c">See details</a></small>