Community Patterns

Community Library Entry

1

Regular Expression
Created·2022-09-16 13:55
Flavor·Python

r"
(((?![a-zA--ÿ\u00f1\u00d1\s]).)*$)
"
Open regex in editor

Description

Regex that catches everything that is not text (including emotes)

Submitted by https://www.linkedin.com/in/devfabriciors/