Community Patterns

Community Library Entry

0

Regular Expression
Created·2022-07-13 04:17
Flavor·PCRE2 (PHP)

/
((?<=is).[0-9]{4,8}.(?=is)?)|(^[0-9]{4,8}.(?= is))
/
gm
Open regex in editor

Description

Covers most of the cases of getting otp from email or mobile number

Submitted by anonymous