Community Patterns

Community Library Entry

1

Regular Expression
Created·2021-11-07 23:02
Flavor·PCRE2 (PHP)

/
.(?<!(<|>|\+|-|\.|,|\[|\]))
/
gm
Open regex in editor

Description

Regex to select everything except brainfuck symbols.

Submitted by rex0515