Regular Expressions 101

Community Patterns

Community Library Entry

0

Regular Expression
Created·2015-10-22 03:42
Flavor·Python

r"
^((\D*)|(.{0,4})|(.{6,})|(00000)|(\D+\d+.*)|(\d+\D+.*))$
"
Open regex in editor

Description

match as long as not 5digit code

Submitted by anonymous