Regular Expressions 101

Community Patterns

Community Library Entry

0

Regular Expression
Created·2021-07-27 04:12
Flavor·PCRE2 (PHP)

/
^(>|=|<|~|>=|=<)?(1000)$
/
gm
Open regex in editor

Description

Regex to match special characters followed by a specific number(1000)

Submitted by Mehul Thakkar