Community Patterns

Community Library Entry

0

Regular Expression
Created·2017-09-13 12:05
Flavor·PCRE (Legacy)

/
(?=.*\d+)(?=.*[\pL\pM\p{P}\p{S}]+)[\pL\pM\d\p{P}\p{S}]{6,}
/
gu
Open regex in editor

Description

Match a single word with at least one number and one character (any language character or special character) , minimum 6 character

Submitted by Gehad Mohamed