Community Patterns

Community Library Entry

1

Regular Expression
Created·2015-09-08 10:54
Flavor·PCRE (Legacy)

/
^(?=^abc)(?=.*123)(?=.*xyz$)
/
Open regex in editor

Description

#starts with abc, has 123 and ends with xyz abc123xyz

Submitted by Kifah