Regular Expressions 101

Community Patterns

wall of text

1

Regular Expression
ECMAScript (JavaScript)

/
[\x20-\x7E]{700,}
/
gmi

Description

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

Submitted by anonymous - 3 years ago (Last modified 3 years ago)