Community Patterns

Community Library Entry

1

Regular Expression
Created·2021-05-03 18:14
Updated·2021-05-04 17:58
Flavor·ECMAScript (JavaScript)

/
[\x20-\x7E]{700,}
/
gmi
Open regex in editor

Description

this matches walls of text (more than 700 ascii chars with no newline in them)

Submitted by anonymous